Giter Site home page Giter Site logo

projectcurrently's Introduction

README==

Project Currently allows users to add projects they are currently working on. Users can comments on projects. An admin can view all current users and change all project data. Admins can only be set from rails console.

I added functionality for adding pictures to projects, added a partial for navigation, and implemented twitter bootstrap. I also commented on my partners readme. User is always redirected to dashboard after logging in.

MongoDB Schema==

Users(name, email, school) Projects(name, description, belongs_to User, has_many Comments, has_many SupportRequests) SupportRequest(description, category, percent_filled:integer, belongs_to Project, belongs_to User) Comments(content, belongs_to User, belongs_to Project)

A user can create multiple projects, but a project will only ever belong to one user. A user’s school is used to determine where projects are coming from. Currently there are no constraints that define which schools are valid, but that will likely be implemented in the application. A project has one owner, and is also supported by multiple users through SupportRequests which are defined by the owner. There is also a description. Users may comment on project multiple times. A SupportRequest is met by a user and belongs to only one project. They are created by the project owner. Percent_filled depends on what the user is doing and the type of support request, but this will be defined by the application. A comment is created by a user, and can be created multiple times.

projectcurrently's People

Contributors

davidwatkins avatar

Watchers

 avatar  avatar  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.