Code Monkey home page Code Monkey logo

fyyur's People

Contributors

abefeinberg avatar abrahamfeinberg avatar amyhua avatar benmini avatar grutt avatar hadi-alnehlawi avatar ivanolmo avatar khogaeslam avatar patnebe avatar robinlamb avatar ronny-udacity avatar sameh-farouk avatar sudkul avatar udacavs avatar

Watchers

 avatar  avatar

fyyur's Issues

Finish app.py

Since this course is about web development and not project management, I believe I should devote my time accordingly.

└─ starter_code
├─ app.py

  • line 24: TODO : connect to a local postgresql database
  • line 42: TODO : implement any missing fields, as a database migration using Flask-Migrate
  • line 56: TODO : implement any missing fields, as a database migration using Flask-Migrate
  • line 58: TODO Implement Show and Artist models, and complete all model relationships and properties, as a database migration.
  • line 88: TODO : replace with real venues data.
  • line 115: TODO : implement search on artists with partial string search. Ensure it is case-insensitive.
  • line 131: TODO : replace with real venue data from the venues table, using venue_id
  • line 222: TODO : insert form data as a new Venue record in the db, instead
  • line 223: TODO : modify data to be the data object returned from db insertion
  • line 227: TODO : on unsuccessful db insert, flash an error instead.
  • line 234: TODO : Complete this endpoint for taking a venue_id, and using
  • line 245: TODO : replace with real data returned from querying the database
  • line 260: TODO : implement search on artists with partial string search. Ensure it is case-insensitive.
  • line 276: TODO : replace with real artist data from the artist table, using artist_id
  • line 369: TODO : populate form with fields from artist with ID <artist_id>
  • line 374: TODO : take values from the form submitted, and update existing
  • line 396: TODO : populate form with values from venue with ID <venue_id>
  • line 401: TODO : take values from the form submitted, and update existing
  • line 416: TODO : insert form data as a new Venue record in the db, instead
  • line 417: TODO : modify data to be the data object returned from db insertion
  • line 421: TODO : on unsuccessful db insert, flash an error instead.
  • line 432: TODO : replace with real venues data.
  • line 481: TODO : insert form data as a new Show record in the db, instead
  • line 485: TODO : on unsuccessful db insert, flash an error instead.
    ├─ config.py
  • line 12: TODO IMPLEMENT DATABASE URL
    └─ forms.py
  • line 92: TODO implement enum restriction
  • line 195: TODO implement validation logic for state
  • line 226: TODO implement enum restriction

Implement restrictions in forms

forms.py

  • line 92: implement enum restriction

  • line 195: implement validation logic for state

  • line 226: implement enum restriction

Analyze Fyyur's requirements.

Implement any missing fields, implement Show and Artist models, and complete all model relationships and properties,

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.