mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-12-04 09:25:16 -05:00
* migration redesign init * new color picker * changelog * added UI language selection * fix layout issue on recipe editor * remove git as dependency * added UI editor for original URL * CI/CD Tests * test: fixed migration routes Co-authored-by: Hayden <hay-kot@pm.me>
52 lines
1.3 KiB
Markdown
52 lines
1.3 KiB
Markdown
# Development Road Map
|
|
|
|
!!! Current Release
|
|
v0.1.0 BETA - This is technically a pre-release, as such take care to backup data and be aware that breaking changes in future releases are a real possibility.
|
|
|
|
|
|
Feature placement is not set in stone. This is much more of a guideline than anything else.
|
|
|
|
## v x.x.x - No planned target, but eventually...
|
|
|
|
### Frontend
|
|
- [ ] Login / Logout Navigation
|
|
* [ ] Initial Page
|
|
* [ ] Logic / Function Calls
|
|
* [ ] Password Reset
|
|
### Backend
|
|
- [ ] Image Minification
|
|
- [ ] User Setup
|
|
* [ ] Authentication
|
|
* [ ] Default Admin/Superuser Account
|
|
* [ ] Password Reset
|
|
* [ ] User Accounts
|
|
* [ ] Edit / Delete
|
|
|
|
## v0.2.0 - Targets
|
|
|
|
|
|
!!! error "MAJOR BREAKING CHANGE"
|
|
MongoDB will no longer be supported as of v0.2.0. Review the database migration page for details on migration to SQL (It's very easy)
|
|
|
|
## New Features
|
|
### Frontend
|
|
- [ ] Advanced search
|
|
- [ ] Category Filter
|
|
- [ ] Tag Filter
|
|
- [x] Fuzzy Search
|
|
- [x] Backup card redesign
|
|
- [ ] Additional Backup / Import Features
|
|
- [ ] Import Recipes Force/Rebase options
|
|
- [x] Upload .zip file
|
|
- [x] Improved Color Picker
|
|
- [x] Meal Plan redesign
|
|
### Backend
|
|
- [ ] PostgreSQL Support
|
|
- [ ] Setup SQL Migrations
|
|
|
|
## Breaking Changes
|
|
- MongoDB support dropped
|
|
## Code Chores
|
|
- [x] Remove MongoDB Interface Code
|
|
- [x] Dockerfile Trim
|