{"id":20378308,"url":"https://github.com/botto/dstask-gui","last_synced_at":"2025-04-12T07:53:06.419Z","repository":{"id":54517200,"uuid":"320902115","full_name":"botto/dstask-gui","owner":"botto","description":null,"archived":false,"fork":false,"pushed_at":"2021-02-14T15:45:56.000Z","size":503,"stargazers_count":13,"open_issues_count":2,"forks_count":1,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-04-12T07:53:00.426Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/botto.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-12-12T18:55:26.000Z","updated_at":"2024-05-03T14:46:57.000Z","dependencies_parsed_at":"2022-08-13T18:21:02.003Z","dependency_job_id":null,"html_url":"https://github.com/botto/dstask-gui","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/botto%2Fdstask-gui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/botto%2Fdstask-gui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/botto%2Fdstask-gui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/botto%2Fdstask-gui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/botto","download_url":"https://codeload.github.com/botto/dstask-gui/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248537034,"owners_count":21120690,"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-11-15T01:49:51.360Z","updated_at":"2025-04-12T07:53:06.399Z","avatar_url":"https://github.com/botto.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dstask-gui (placeholder)\n\nThe name of this project is a placeholder, suggestions are more than welcome.  \n\n## What\n\nThis is a HTTP API layer and Web frontend on top of [dstask](https://github.com/naggie/dstask/). It's born out of a need to manage my tasks when I'm using my phone.  \n\nIt does this by using dstask as a library and doesn't simply `exec` out to dstask.  \n\nIt's very early days still and expect bugs (possibly destroying your entire task history)\n\n## Todo\n\n- [ ] Complete basic CRUD API  \n- [ ] Priorities (filter and add to task)  \n- [ ] Templates (add to task and show templates)  \n- [ ] Tags (filter and add to task)  \n- [ ] Contexts (filter and add to task)  \n- [ ] Project (filter and add to task)  \n- [ ] State (filter and set on task)  \n- [ ] Add redux toolkit slices\n- [ ] Add toaster for error notification\n\n## Dev setup\n\nFor development the app is broken in to 2 pieces\n\n- Frontend end client\n- Backend API server\n\nTo run the frontend client you will need nodejs and yarn.\nNodejs can either be installed through your OS package manager or using [nvm](https://github.com/nvm-sh/nvm)\nYarn can be installed with npm once you have node in stalled `npm -g install yarn`\n\nTo run the backend API you will need golang, this can be installed through your OS package manager.\n\nOnce those two dependencies are installed you can use `make debug` or if you want to start them individually, look below.\n\n### Frontend\n\nThe frontend is a react based webapp that uses CRA as it's base, blueprint for component library and axios for API calls.\n\nTo start the FE app:\n\n```shell\ncd client\nyarn\nyarn run start\n```\n\n### Backend\n\nThe backend app is a simple go http api that has handlers to call dstask library function.\n\nAt the moment the backend relies on a modified version of `dstask` that includes tweaks so that dstask behaves better when used as a lib.\nThe advised way is to clone the modified version `git clone --branch lib-tweaks https://github.com/botto/dstask.git` and update the replace line in go mod to point to the correct path of the lib tweaks version.\n\nTo start the BE API:\n\n```shell\ngo get\ngo run .\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbotto%2Fdstask-gui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbotto%2Fdstask-gui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbotto%2Fdstask-gui/lists"}