Giter Club home page Giter Club logo

csci4970-stratos-project's People

Contributors

jvosik avatar redstormjones avatar safdar950 avatar souleyes66 avatar asadvasad avatar

Watchers

James Cloos avatar  avatar  avatar  avatar  avatar

csci4970-stratos-project's Issues

Account Settings Page

Create the Account Settings Page for users to view their own user account data. The users should be allowed to make changes to the values displayed to them, however these changes should only be written into the database if the user clicks a 'Save' button located below the displayed user account data. To create the Account Setting page:

  1. Code the html mock-up of the Account Settings page
  2. Implement php code to load user data from the "users" table for the logged in user and display on the
    Account Settings page
  3. Implement php code that executes only when the 'Save' button has been clicked to:
    • read in users values from the Account Settings page
    • check if the values have been modified:
      • If yes - write the modified values to the "users" table in the database
      • If no - proceed with checking the next value until no more values remain to be checked

Change code to reference navigation.php in each webpage

Instead of having the code to implement the navigation component be in every file, lets have each file reference a navigaiton.php file to load in the navigation component on the webpage. This will

  • promote modular implementation as other files will be able to load in the navigation component
  • decrease the duplication of code by having it in one file instead of each file

Login Page configuration

Currently, the login page uses hard-coded parameters for connecting to the parameter. This should be changed to either use the DBconnect.php object or at least use the configuration.php file so the maintainers don't have to modify two different files when there's a DB change.

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.