/mealcurator

Source code for Mealcurator.com

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

mealCurator

Django CI codecov

A webapp built with django for meal planning and recipe organization

Description

Source code for https://www.mealcurator.com

A django project that is intended to allow for learning a new framework while fulfilling a need. The application organizes recipes, allows meal planning, collects feedback, and in the future will provide recommendations to users.

Contributions

Contributions are welcome. Feel free to start a discussion if you want to polish an idea, or tackle a listed issue.

How to Contribute

  1. Fork repository
  2. Create a branch for your code-changes
  3. Make code changes following good coding practices, documentation and test generation.
  4. Commit and push to your forked repository branch
  5. Create a pull-request to the main branch

Testing/Database for contributors

The development database is currently restricted. So start a discussion if you have an idea that depends heavily on needing the development database. I will run final testing against the development database before merging pull-request.

Issues

If you find a issue while using the application, please log an issue with actions to recreate. If you see an issue please feel free to attempt to recreate and report.

The issues board will also be where open clean-up needs or incremental feature adds will be that are open to helpers.

Discussions

This area is for any questions or ideas you may have on a feature before development starts. Ideas that are maybe less than totally formed or architected will be here for discussion until more well formed and can be turned into development efforts.

Data Model Architecture

Coming soon...overview of models and how they interact.