{"id":13567147,"url":"https://github.com/co-demos/datapatch-front","last_synced_at":"2025-04-04T01:31:12.428Z","repository":{"id":37404742,"uuid":"356047291","full_name":"co-demos/datapatch-front","owner":"co-demos","description":"Frontend for data patch project","archived":false,"fork":false,"pushed_at":"2022-01-21T16:26:42.000Z","size":8245,"stargazers_count":4,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-04T21:37:24.242Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/co-demos.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-04-08T21:02:40.000Z","updated_at":"2024-08-15T01:46:35.000Z","dependencies_parsed_at":"2022-08-18T06:42:20.251Z","dependency_job_id":null,"html_url":"https://github.com/co-demos/datapatch-front","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/co-demos%2Fdatapatch-front","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/co-demos%2Fdatapatch-front/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/co-demos%2Fdatapatch-front/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/co-demos%2Fdatapatch-front/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/co-demos","download_url":"https://codeload.github.com/co-demos/datapatch-front/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247107816,"owners_count":20884793,"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":"2024-08-01T13:02:24.809Z","updated_at":"2025-04-04T01:31:07.417Z","avatar_url":"https://github.com/co-demos.png","language":"Vue","funding_links":[],"categories":["Vue"],"sub_categories":[],"readme":"# DATA PATCH - FRONTEND\n\nFrontend interface for the API server **[data patch backend][datapatch-back]**. The backend is mainly for [CRUD][CRUD_def] and auth operations, powered by **[FastAPI][fastapi]** framework with a **PostgreSQL** database. \n\nThis frontend is developped as an SPA (client-only) app, so it could be developped and maintained completely appart from the backend.\n\n## Features\n\nThe current goal is to make it work with the following generic features, so it could be adapted for later purposes :\n\n- [x] **Authentication** pages \u0026 components : login + renew password + middlewares\n- [x] **Internationalization** with i18n\n- [x] **Workspaces** pages \u0026 components (current) : list of datasets + meta\n- [x] **Datasets** pages \u0026 components\n- [x] **Tables** pages \u0026 components\n- [ ] **Schemas** pages \u0026 components\n- [ ] **Fields** pages \u0026 components\n- [x] **Groups** pages \u0026 components\n- [ ] **Comments** pages \u0026 components\n- [ ] **Notifications** pages \u0026 components\n- [ ] **Invitations** pages \u0026 components\n- [ ] **Chat \u0026 collaboration on datasets** socketiio \u0026 components\n- [ ] **Documentation** pages \u0026 components\n\n\n## Stack\n\n- Vue.js + Nuxt.js\n- Vuetify\n- Axios (@nuxt/axios)\n- Cookie-universal-nuxt\n- i18n\n- vuedraggable\n- GSAP\n- SocketIo || Yjs (not implemented yet)\n\n\n## Installation\n\n```bash\n# install dependencies\ncd frontend\nnvm use\nnpm install\n```\n\n## Run app\n\n```bash\n# serve with hot reload at localhost:5000\ncd frontend\nnvm use\nnpm run dev\n```\n\nYou should have something like this :\n\n![screenshot-landing](./docs/statics/screenshot-front-landing-1.png)\n\n\u003cbr\u003e\n\n![screenshot-workspaces](./docs/statics/screenshot-front-workspaces-1.png)\n\n\n## Build setup\n\n```bash\n# build for production and launch server\nnpm run build\nnpm run start\n\n# generate static project\nnpm run generate\n\n# analyze\nnpm run analyze\n```\n\n---\n\n\n[datapatch-back]:https://github.com/co-demos/fastapi-boilerplate\n\n[CRUD_def]:https://en.wikipedia.org/wiki/Create,_read,_update_and_delete\n[fastapi]:https://fastapi.tiangolo.com/\n[fastapi-tuto]:https://fastapi.tiangolo.com/tutorial/\n[fastapi-boilerplate]:https://github.com/tiangolo/full-stack-fastapi-postgresql\n[MK-fast]:https://www.youtube.com/watch?v=HnJEiTx0feE\u0026list=PL_9Bx_sxJkROtrlVTsGiuu-NtO_BmUfkB\n\n[pipenv]:https://pipenv-fork.readthedocs.io/en/latest/basics.html\n[alembic]:https://alembic.sqlalchemy.org/en/latest/\n[pytest]:https://docs.pytest.org/en/stable/\n[fastapi-tests]:https://fastapi.tiangolo.com/tutorial/testing/\n\n[roadmap-beta]:https://github.com/co-demos/fastapi-boilerplate/projects/1\n\n[baserow]:https://baserow.io/\n[airtable]:https://airtable.com/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fco-demos%2Fdatapatch-front","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fco-demos%2Fdatapatch-front","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fco-demos%2Fdatapatch-front/lists"}