Files
mealie/dev/dev-notes.md

58 lines
2.3 KiB
Markdown
Raw Normal View History

2021-01-03 14:25:38 -09:00
# Getting A Developer Instance Started
For the best experience developing I recommend using docker. I've used both WSL2 and Ubuntu to develop mealie and have had no issues with cross compatibility with docker. 2 Scripts are available along ith docker-compose files to make development instances easier. After cloning the repo you can set the scripts in /dev/scripts/ as executable and then use VSCode tasks to execute the scripts or execute them from the CLI.
`docker-compose.dev.sh` Will spin up a development stack with hot-reloading enabled.
`docker-compose.sh` Will spin up a production version of the stack.
After the stack is running navigate to the [admin page localhost:9090/settings/site](http://localhost:9090/settings/site). On the Backups and Exports section import the backup labeled dev_sample_data_{DATE}.zip. This will give you some recipe data to work with.
Once you're up and running you should be able to make changes and see them reflected on the frontend/backend. If you're not sure what to work on you can check:
2021-01-03 19:50:16 -09:00
- The Todo's below.
2021-01-03 14:25:38 -09:00
- The [Development Road Map](https://hay-kot.github.io/mealie/2.0%20-%20roadmap/)
- The [Current Open Issues](https://github.com/hay-kot/mealie/issues)
2021-01-03 19:50:16 -09:00
Don't forget to [join the Discord](https://discord.gg/R6QDyJgbD2)!
# Todo's
2021-01-03 12:07:44 -09:00
Documentation
- [ ] V0.1.0 Release Notes
- [ ] Nextcloud Migration How To
- [ ] New Docker Setup with Sqlite
- [ ] Update Env Variables
- [ ] New Roadmap / Milestones
2021-01-03 12:07:44 -09:00
Frontend
- [x] Prep / Cook / Total Time Indicator + Editor
- [ ] No Meal Today Page instead of Null
2021-01-03 13:54:29 -09:00
- [ ] Recipe Print Page
2021-01-03 19:50:16 -09:00
- [ ] Recipe Editor Data Validation Client Side
2021-01-03 13:54:29 -09:00
- [ ] Organize Home Page my Category, ideally user selectable.
- [ ] Advanced Search Page, draft started
- [ ] Filter by Category
- [ ] Filter by Tags
- [ ] Search Bar redesign
- [x] Initial
- [ ] Results redesign
- [ ] Replace Backups card with something like Home Assistant
2021-01-16 12:11:19 -09:00
- [x] Replace import card with something like Home Assistant
- [x] Select which imports to do
2021-01-03 12:07:44 -09:00
Backend
- [ ] Database Import
- [x] Recipes
- [x] Images
- [ ] Meal Plans
- [x] Settings
- [x] Themes
2021-01-16 12:11:19 -09:00
- [x] Remove Print / Debug Code
- [ ] Support how to sections and how to steps
2021-01-03 13:54:29 -09:00
- [ ] Recipe request by category/tags
SQL
- [ ] Setup Database Migrations
2021-01-03 12:07:44 -09:00
# Draft Changelog