Giter Club home page Giter Club logo

team6's People

Contributors

amrutawanare avatar gurleen227 avatar nugentmichael1 avatar pgill-023 avatar shortrounder avatar vinguyen12 avatar

team6's Issues

Search Pages Enhancements

  • Make "enter" key trigger search, too.
  • Enable general search so that a substring of a field will find the course. Need to edit mongoDB feature.

Frontend

  • Install bootstrap.
  • Resolve differences between home and login pages so CSS can be uniform.

Delete course

Implement in the edit course module.
Need backend route, should check authorization.

Reminders

Front-end

  • design
  • CSS

Back-end

  • Store on database
  • Retrieve from database

Backend Tests

Routes

  • Sign-up: success
  • Sign-up: fail
  • Log-in: success
  • Log-in: fail
  • [ ]

Login

  • Connect to database
  • Set up token system. Database creates temporary identification for user that is associated with their account. Front end stores token and sends for every page change or operation.

Dynamic Navigation Bar (Header)

  • Make the navigation bar at the top of the page detached from the main pages beneath it. This will avoid the need to include it at the top of every other page's code.
  • Make the link to the currently viewed page stand out: highlighted or different color.

Home Page - Make Dynamic

We don't need two pages: one for before login and one for after. We can use one and have it do different stuff based on the status of the user.

Example:
const [ user, setUser ] = useState(null)

if(user){
show logged in page}
else{
show logged out page
}

Roadmap

A prototype that only implements a CSCI major's suggested 4-5 year plan.

Tests - Search Course

Front end

  • Verify render of search box
  • Verify render of submit button
  • Verify default search string is empty
  • Verify search string updates when characters are entered into search box
  • Verify backend is called on submission

Calendar

  • Upgrade to google calendar.
  • Make interactive with tasks.

Authorization

Make sure pages that shouldn't be accessible arent accessible. You shouldn't be able to navigate towards pages by typing in the url. You also shouldn't be able to type in something random.

Update Course

If a change is made in the edit view mode without a save to the backend and database, and then the view is swapped back to the regular basic mode, the change is still present even though that's not the course's true state.

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.