Giter VIP home page Giter VIP logo

rps's People

Contributors

druue avatar

Watchers

 avatar

rps's Issues

[Epic] Recipes

  • Recipes View
    • (effectively a card list where each displays an image, title, author, tags, and maybe a short blurb?)
  • User's should be able to click on a recipe to open it
  • There should be a way to upload (a) recipe(s)
  • Recipes should be filterable by
    • name, ingredient, duration, difficulty, and tags(vegan, GF)
    • (Extended) what's in the pantry

[Epic] Recipe

Example recipe data

{
    "recipe": {
        "name": "Tiramisu",
        "author": "Druue",
        "blurb": "This is my family tiramisu recipe",
        "ingredients": [
            {
                "name": "Coffee",
                "measurement": {
                    "amount": 40,
                    "unit": "ml"
                }
            },
            {
                "name": "Egg Yolks",
                "measurement": {
                    "amount": 4
                }
            },
            {
                "name": "Amaretto",
                "measurement": {
                    "amount": 10,
                    "unit": "ml"
                }
            }
        ],
        "method": [
            { "1": "Brew coffee" },
            { "2": "Beat egg yolks" }
        ],
        "time": 30000, // in seconds
        "difficulty": "easy",
        "tags": [
            "vegetarian",
            "alcoholic",
            "caffeinated"
        ]
    }
}

Primary:

  • Recipe View
  • There should be a way to edit the recipe
    • Directly by the author
    • With suggestions from another user
  • There should be a way / option to "swipe" through the instructions, rather than scrolling through it
  • There should be a way to export the recipe

Extended:

  • Comments from users
  • Add to shopping list (maybe this ties back to the suggestions for edits?)

[Epic] Login

  • The host (admin) should be able to make accounts for new users
    • Maybe an admin panel?
  • Users need to log-in to access site contents

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.