Giter VIP home page Giter VIP logo

librerecipes's Introduction

librerecipes's People

Contributors

anarbb avatar imgbotapp avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

librerecipes's Issues

Data model needs normalization and relational integrity.

ingredients = db.Column("ingredients", db.Text)

If you want a normalized database then Ingredients should be in a different table/tables.

categories = db.Column("categories", db.Text)

The categories most definitely should have an m-to-n relation with the recipes.

rating = db.Column("rating", db.Integer)

Who is rating the recipe and how? Shouldn't the rating be tied to the person rating it? And if so, you need to have a mapping table that contains user_id, recipe_id and rating.

image = db.Column("image", db.Text)

There can be only 1 image per recipe?

class Categories(db.Model):

What is this table doing? And why is there no relational linking between this and the Ingredients table?

Categories

The categories are rather hard to browse as they are in a really small font - there also seems to be some issue with certain names

image

I think in this case it should be one category but the rendering issue is also there for other categories

Certain images are not loaded

When randomly checking through different pages on the home page there seem to be some issues with redirects:

image

Here you seem to have some issues with redirects (likely not caused by you)

Additional note - I think you should at least provide a link to where the recipes come from?

Searching with no text causes url not found

Clicking the search button with no text in the search box will cause a URL Not Found Error.

Also I would recommend adding a button or some way to get back to the home page.
On the recipes page, the "Go to back to recipes." link isn't working. And when on a search page there is no way back to the home page.

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.