Giter Site home page Giter Site logo

winenot's Introduction

Project Name

WineNot?

Description

Have you wondered what's your friends favorite's wines? The wait is over. With WineNot, you can add your favorites wines to your personal collection, discover new wines paired to your taste and search the wines of the moment from our curated list. Because, why not?

User Stories

  • 404 - As a user I want to see a nice 404 page when I go to a page that doesn’t exist so that I know it was my fault

  • 500 - As a user I want to see a nice error page when the super team screws it up so that I know that is not my fault

  • homepage - As a user I want to be able to access the homepage so that I can see what the app is about and login and signup

  • sign up - As a user I want to sign up on the webpage so that I can create my collection of wine (and share with my friends-backlog)

  • login - As a user I want to be able to log in on the webpage so that I can get back to my account and see my collection (and my friends collections- backlog)

  • logout - As a user I want to be able to log out from the webpage so that I can make sure no one will access my account

  • wine list - As a user I want to see all the wines available in the website own collection so that I can choose which ones I want to favorite.

  • wine create - As a user I want to create a wine to my personal collection.

  • wine edit - As a user I want to edit my wines in my personal collection.

  • wine delete - As a user I want to delete my wines in my personal collection.

Backlog

  • List of other features outside of the MVPs scope
  • As a user I want to see the wine details (color, sweetness, region and extras) so i can decide if i want to save to my collection (backlog)
  • Recommend the user special wines or list a bunch of wines (from external API)
  • Taste quiz, based on the result the user gets recommendation

User profile:

  • see my profile
  • upload my profile picture
  • see other users profile
  • wine collection created by the user
  • wine favorities by the user

Wine-Collection (all wine-cards created):

  • Picture(optional)
  • Name of wine
  • Sweetness (dropdown)
  • Matches to ...
  • Price
  • Further details like where to buy, region ...

Homepage

  • /

Backlog

Geo-Collection:

  • add geolocation to events when creating

  • show event in a map in event detail page

  • show all events in a map in the event list page

  • put default image in wine-card when no image was uploaded

ROUTES:

  • GET /

    • renders the homepage
  • GET /auth/signup

    • redirects to / if user logged in
    • renders the signup form
  • POST /auth/signup

    • redirects to / if user logged in
    • body:
      • upload picture
      • username
      • password
  • GET /auth/login

    • redirects to / if user logged in
    • renders the login form (with flash msg)
  • POST /auth/login

    • redirects to / if user logged in
    • body:
      • username
      • password
  • POST /auth/logout

    • body: (empty)
  • GET /collection

    • renders the collection list + the create new wine form, left side
  • POST /collection/create

    • body: Upload picture Name Sweetness Matches to Price Comment
  • GET /collection/:id

    • renders the collection detail page
    • includes the list of wines

Models

User model

picture: Image
username: String
password: String

Collection model


upload picture: {
    type: image,
    unique: true
  }
name: {
    type: String,
    unique: true
  }
sweetness: Dry, Half dry, Medium sweet, Sweet.
price: (user input)
matches to: (user input)
comment: (user input - place holder: where did you buy it, where's the wine from)
who post it: [ObjectId<User>]
## Links

### Trello

https://trello.com/b/JHIaXrzr/wine

### Git

The url to your repository and to your deployed project

fern1991p/winenot

[http://winenotapp.herokuapp.com/]

### Slides

https://docs.google.com/presentation/d/1czQQ2nZvZB9IqGBfpCgVvHo4ZIUyTNMUptwq8l1kaPY/edit?usp=sharing

winenot's People

Contributors

fern1991p avatar l-goede avatar

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.