GithubHelp home page GithubHelp logo

study-buddy's Introduction

Study Buddy

Description

A simple web application for students to track homework. Allows users to create accounts, add courses, and input assignments with titles, descriptions, and due dates. Express web application with session management, Passport authentication, and a MongoDB back end. Currently under active development.

Screenshots

Adding an assignment

Assignment schedule

study-buddy's People

Contributors

somlo avatar

Watchers

 avatar

study-buddy's Issues

Integrate Promises

Many routes in app.js have ugly deeply nested callbacks. Changing them to use Promises would hopefully make things much more readable.

Change filter to not make server request

Do not need to make a server request to get assignments from a filtered list of courses. Better to just send everything on page load and show/hide as needed with front end JS.

Change storage method of Courses

Currently, Courses are embedded within Users (denormalized) and also have a separate collection, but these do not update together. If there is a reason to have a separate collection for Courses, convert the User collection to store an array of Course ObjectIDs. If there is not, remove Course collection entirely and make them all embedded within Users.

Front end JS for assignments does not work

Script for form validation has been broken since I changed to the Pure.CSS form styles. Should be a quick fix (although I want to change error messages to only appear after some input is given instead of on page load, also make them match style).

Significant front end changes

Note that I do not like the calendar wireframe in the readme, but style is still not near where I want it. Needs more responsive design across the board, better assignment formatting than a color coded list (class name should be included), plus the option to mark as complete. Bit of a vague issue, and will be a long process. Consider learning a front end framework.

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.