Skip to content

TASK: Recipe Data Structures #5

Description

@jeturcotte

The goal here is to think through, research, propose and ultimately implement data structures to support the concept of RECIPEs.

  • to be considered:
    • what is a recipe
    • what would someone want to know about a recipe
    • people will almost certainly want to write their own recipes and be known for having done it
      • note, that means we'll be making data structures and apis for users, too.

TODO:

  • REQ: Research what typically makes up a recipe.
  • REQ: Propose data structures that will support the concept
  • REQ: Discuss proposal in evening meetup session
  • REQ: Implement data structures after proposals have been hashed out and agreed upon
  • REQ: Flesh out some basic APIs
    • REQ: APIs that search for existing recipes
    • REQ: APIs that display any one recipe and combined nutritional information about the resulting recipe per serving
    • REQ: APIs for the creation of a new recipe
    • REQ: APIs for the modification of an existing recipe
      • REQ: Don't allow the editing of someone ELSE's recipe
    • REQ: APIs for the deletion of an existing recipe
      • REQ: Don't allow the deletion of someone ELSE's recipe

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions