Git Product home page Git Product logo

goodsport-phase-5-project's Introduction

GoodSport

Description

GoodSport is a sports team schedule management app that will allow users to be added to a team, and view all events (games, practices, meetings, etc..) that are associated with their team. Admin users (coaches and managers) can add, update and delete events.

GoodSport Live Site

GoodSport Live Site

GoodSport Demo Video

GoodSport Project Presentation

CRUD

  • CREATE:
    • A user can create an account (a player account or an admin/coach account)
    • Add events (practices, games, meetings, etc...) for a team
  • READ:
    • Get all the events for a team
    • Get user account information
  • UPDATE:
    • Update a team event
    • Update a user account info
  • DELETE:
    • Delete an event
    • Delete a user account

Stretch Goals / Future Features

  • Tab for workout videos and drills that players can do
  • An interapp message feature
  • Users (Coaches and Players) can RSVP to events
  • Coach can create individual player evaluations that are associated with a appropriate player account and can be viewed and commented on by the player

Relationships

  • A Team has many Coaches through Event
  • A Coach has many Teams through Event
  • An Event belongs to a Team and a Coach
  • A Team has many Players
  • A Player belongs to a Team
  • A Coach has many Players
  • A Player has many Coaches
  • A Club has many Coaches
  • A Coach belongs to a Club
  • A Club has many Teams
  • A Team belongs to a Club

Domain Model

Domain Model

Relationship Graph

Relationship Graph

Validations

  • Player has a name, age and birthday
  • Player has a parent_name and unique parent_email
  • Player belongs to a team
  • Coach has a name and club_id
  • Team has a club_id, age_group, and a unique name
  • Event has a team_id, coach_id, type and start_time
  • Club has a name that is unique
  • All emails must contain an '@' symbol

Wireframe

GoodSport Landing Page Wireframe

API Routes

  • GET '/coaches'
  • POST '/coaches'
  • GET '/coaches/int:id'
  • PATCH '/coaches/int:id'
  • DELETE '/coaches/int:id'
  • GET '/players'
  • POST '/players'
  • GET '/players/int:id'
  • PATCH '/players/int:id'
  • DELETE '/players/int:id'
  • POST '/events'
  • GET '/events'
  • GET '/events/int:id'
  • PATCH '/events/int:id'
  • DELETE '/events/int:id'
  • GET '/teams'
  • GET '/teams/int:id'
  • GET '/clubs'
  • GET '/clubs/int:id'

goodsport-phase-5-project's People

Contributors

kmlove avatar

Watchers

 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.