{"id":28217452,"url":"https://github.com/jackd248/typo3-todo-list","last_synced_at":"2025-07-30T11:33:41.907Z","repository":{"id":292198378,"uuid":"900682679","full_name":"jackd248/typo3-todo-list","owner":"jackd248","description":null,"archived":true,"fork":false,"pushed_at":"2024-12-09T09:26:47.000Z","size":234,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-30T05:16:42.813Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Svelte","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jackd248.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-12-09T09:24:43.000Z","updated_at":"2025-07-21T11:28:15.000Z","dependencies_parsed_at":"2025-05-08T16:55:28.910Z","dependency_job_id":"2205d84c-661d-4e94-98de-5fa9f66c7371","html_url":"https://github.com/jackd248/typo3-todo-list","commit_stats":null,"previous_names":["jackd248/typo3-todo-list"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jackd248/typo3-todo-list","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackd248%2Ftypo3-todo-list","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackd248%2Ftypo3-todo-list/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackd248%2Ftypo3-todo-list/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackd248%2Ftypo3-todo-list/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jackd248","download_url":"https://codeload.github.com/jackd248/typo3-todo-list/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackd248%2Ftypo3-todo-list/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267858704,"owners_count":24155941,"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","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-05-18T00:12:26.056Z","updated_at":"2025-07-30T11:33:41.852Z","avatar_url":"https://github.com/jackd248.png","language":"Svelte","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n![Extension icon](Resources/Public/Icons/Extension.svg)\n\n# TYPO3 extension `typo3_todo_list`\n\n[![Supported TYPO3 versions](https://badgen.net/badge/TYPO3/13/orange)]()\n\n\u003c/div\u003e\n\n\u003e This extension provides a simple todo list application for TYPO3.\n\n![Preview](./Documentation/Preview.png)\n\n## Content\n\n- [Task](#task)\n- [Install](#install)\n- [Technologies](#technologies)\n- [Development](#development)\n    * [Frontend](#frontend)\n- [Code Quality](#code-quality)\n    * [Frontend](#frontend-1)\n    * [Backend](#backend)\n- [Tests](#tests)\n- [Outlook](#outlook)\n\n## Task\n\n#### 1. **Core Features**\n- [x] Display tasks (if tasks are present)\n- [x] Show a form to add new tasks if no tasks are available\n- [x] Allow the creation of new tasks at any time\n- [x] Task structure:\n    - **Title** (required)\n    - Description (optional)\n    - Due date (optional)\n- [x] Highlight tasks that are nearing or past their due date\n- [x] Enable editing, completing, and deleting tasks\n\n#### 2. **User Experience**\n- [x] Ensure intuitive and easy-to-use interface\n- [x] Consistent and appealing UI design\n- [x] Recognizable and cross-platform interface design\n\n#### 3. **Technical Considerations**\n- [x] Use modern technical approaches for cross-platform reusability\n- [x] Implement frameworks or custom designs for UI and UX\n- [x] Use tests to ensure code quality\n\n#### 4. **PWA (Optional)**\n- [ ] Support offline functionality (viewing, editing, and deleting tasks)\n- [ ] Option to save the application as a Progressive Web App (PWA)\n\n#### 5. **Additional Notes**\n- [x] Focus on a user-friendly and maintainable codebase\n\n## Install\n\nThe project uses [ddev](https://ddev.readthedocs.io/en/stable/) for local development.\n\nStart the ddev container:\n\n```shell\nddev start\n```\n\nLaunch the application:\n\n```shell\nddev launch\n```\n\n\u003e Default credentials for TYPO3 backend:\n\u003e\n\u003e User: `admin`, Password: `Password1!`\n\n## Technologies\n\nThe application uses the following basis technologies:\n\n- **Frontend**:\n  - [beercss](https://www.beercss.com/)\n  - [svelte](https://svelte.dev/)\n- **Backend**:\n  - TYPO3 v13\n  - [t3api Extension](https://extensions.typo3.org/extension/t3api)\n\n## Development\n\nChange the application context to `Development` and restart the ddev container:\n\n```shell\necho \"web_environment:\n- TYPO3_CONTEXT=Development\" \u003e .ddev/config.local.yaml\n\nddev restart\n```\n\n### Frontend\n\nThe frontend build process is based on [postcss](https://postcss.org/) and [esbuild](https://esbuild.github.io/).\n\nRun the following command on development context to start the file watcher building process:\n\n```shell\nddev npm run watch\n```\n\nRun the following command on production context to build the frontend:\n\n```shell\nddev npm run build\n```\n\nChange the devMode in [Logger.ts](Resources/Private/JavaScript/utils/Logger.ts) to `true` to enable extending browser console logs.\n\n## Code Quality\n\n### Frontend\n\n```shell\nddev npm run es:lint\nddev npm run es:format\n```\n\n### Backend\n\n```shell\nddev composer php:lint\nddev composer php:fixer\nddev composer php:stan\nddev composer xml:lint\n```\n\n## Tests\n\nThe application uses [playwright](https://playwright.dev/) for testing.\n\nTherefor several frontend **acceptance** and **api** tests are provided.\n\nInitial setup:\n\n```shell\nddev npm run test:install\n```\n\nRun the tests:\n\n```shell\nddev npm run test\n```\n\n## Outlook\n\nThe following *todos* are open for further development:\n\n- the PWA functionality is prepared, but not yet fully implemented\n  - also should have a look at the svelte service worker: https://svelte.dev/docs/kit/service-workers\n  - service worker saves the tasks in the local storage and syncs them with the server when the connection is back\n  - cache the whole app for offline usage is not implemented yet\n- make the svelte javascript fully typescript compliant\n- usability improvements\n  - add a confirmation dialog for deleting tasks\n  - maybe due date only for the future\n  - add a filter for the tasks\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjackd248%2Ftypo3-todo-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjackd248%2Ftypo3-todo-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjackd248%2Ftypo3-todo-list/lists"}