-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# TaskRatchet Web App | ||
|
||
## Future Improvements | ||
|
||
### UI/UX | ||
- Add loading states for actions (uncle, edit, etc.) | ||
- Improve mobile responsiveness | ||
- Test dark mode thoroughly | ||
- Add keyboard navigation | ||
- Add ARIA labels for better accessibility | ||
|
||
### Error Handling | ||
- Add error handling for failed API calls | ||
- Add error boundaries for component failures | ||
|
||
### Testing | ||
- Add unit tests for new Svelte components | ||
- Test performance with large task lists | ||
- Test across different browsers | ||
- Add end-to-end tests for critical paths | ||
|
||
### Features | ||
- Consider adding task sorting options | ||
- Consider adding task filtering by status | ||
- Consider adding task categories or tags | ||
|
||
## Style Guide | ||
- Keep components minimal and focused | ||
- Use CSS variables for theming | ||
- Follow BEM naming convention for CSS | ||
- Use TypeScript for type safety | ||
|
||
## Architecture | ||
- Components should be self-contained | ||
- State management should be simple and local when possible | ||
- Modal state should be managed by the modal component | ||
- API calls should be centralized |