{"id":25626747,"url":"https://github.com/solobarine/org-tree","last_synced_at":"2026-06-08T07:30:31.194Z","repository":{"id":278573574,"uuid":"936068606","full_name":"Solobarine/org-tree","owner":"Solobarine","description":"An Organizational Relationship Tree","archived":false,"fork":false,"pushed_at":"2025-02-20T13:41:54.000Z","size":37,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-20T14:34:49.754Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Solobarine.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-20T13:31:54.000Z","updated_at":"2025-02-20T13:41:58.000Z","dependencies_parsed_at":"2025-02-20T14:45:27.202Z","dependency_job_id":null,"html_url":"https://github.com/Solobarine/org-tree","commit_stats":null,"previous_names":["solobarine/org-tree"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Solobarine%2Forg-tree","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Solobarine%2Forg-tree/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Solobarine%2Forg-tree/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Solobarine%2Forg-tree/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Solobarine","download_url":"https://codeload.github.com/Solobarine/org-tree/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240206980,"owners_count":19765039,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-02-22T16:58:09.184Z","updated_at":"2025-02-22T16:58:10.407Z","avatar_url":"https://github.com/Solobarine.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ORG-TREE\n\nOrg Tree is a tree chart showing relationships between employees.\n\n## SETUP\n\n- 1. Clone the repo\n\n```\ngit clone https://github.com/solobarine/org-tree\ncd org-tree\n```\n\n- 2. Create virtual environment\n\n```\npython -m venv .venv\n```\n\n- 3. Activate virtual environment\n\n```\nsource .venv/bin/activate\n```\n\n### BACKEND\n\n- 1. Navigate to backend directory\n\n```\ncd backend\n```\n\n- 2. Install Backend Dependencies\n\n```\npip install -r requirements.txt\n```\n\n- 3. Start FastAPI Server\n\n```\nfastapi dev main.py\n```\n\n- 4. Seed Database\n     Navigate to http://localhost:8000/seed-database to seed db with employees\n\n### CLIENT\n\n- 1. Navigate to client directory\n\n```\ncd client\n```\n\n- 2. Install dependencies\n\n```\nnpm install\n```\n\n- 3. Start dev server\n\n```\nnpm run dev\n```\n\n- 4. View client on http://localhost:5173\n\n## DESIGN CHOICES\n\nThe database used was SQLite because of simplicity and ease of setup.\n\n## TIME LOG\n\n2hrs 34 mins (Outside planning).\n\n## TODOS\n\n- Implement the drag and drop functionality.\n- Connect the client with the backend to make the request to update manager.\n- Polish the Tree UI, making it look more like a tree.\n- Implement UI feedback on successfully or failed API requests and creation of loading indicator when API request is pending.\n\n## AI Collaboration\n\nI used ChatGPT in improving the code quality of the backend API and in generating the data used in the frontend.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolobarine%2Forg-tree","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsolobarine%2Forg-tree","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolobarine%2Forg-tree/lists"}