1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-07-21 14:19:41 +02:00
mealie/dev/dev-notes.md

38 lines
1.4 KiB
Markdown
Raw Normal View History

2021-01-03 12:07:44 -09:00
# Working Todos
Frontend
2021-01-03 13:54:29 -09:00
- [ ] .Vue file reorganized into something that makes sense
- [ ] Recipe Print Page
2021-01-03 12:07:44 -09:00
- [x] Catch 400 / bad response on create from URL
- [ ] Recipe Editor Data Validation CLient Side
- [x] Favicon
- [x] Rename Window
2021-01-03 13:54:29 -09:00
- [ ] Add version indicator and notification for new version available
- [ ] Enhanced Search Functionality
- [ ] Organize Home Page my Category, ideally user selectable.
2021-01-03 12:07:44 -09:00
Backend
- [x] Add Debug folder for writing the last pulled recipe data to.
- [x] Recipe Editor Data Validation Server Side
- [ ] Normalize Recipe data on scrape
- [ ] Support how to Sections
- [ ] Export Markdown on Auto backups
2021-01-03 13:54:29 -09:00
- [ ] Recipe request by category/tags
- [ ] Add Additional Migrations, See mealie/services/migrations/chowdown.py for examples of how to do this.
- [ ] Open Eats [See Issue #4](https://github.com/hay-kot/mealie/issues/4)
- [ ] NextCloud [See Issue #14](https://github.com/hay-kot/mealie/issues/14)
2021-01-03 12:07:44 -09:00
# Draft Changelog
2021-01-03 13:24:31 -09:00
## v0.0.1
2021-01-03 12:07:44 -09:00
General
2021-01-03 13:54:29 -09:00
- Fixed opacity issues with marked steps - [mtoohey31](https://github.com/mtoohey31)
2021-01-03 12:07:44 -09:00
- Updated Favicon
- Renamed Frontend Window
- Added Debug folder to dump scraper data prior to processing.
Recipes
- Added user feedback on bad URL. Now when
- Better backend data validation for updating recipes, avoid small syntax errors corrupting database entry. [Issue #8](https://github.com/hay-kot/mealie/issues/8)
- Fixed spacing issue while editing new recipes in JSON