Giter VIP home page Giter VIP logo

esof-423-belgrade-senior-center's People

Contributors

hiimtaylor avatar programmerturnedoutward avatar spencercornish avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

esof-423-belgrade-senior-center's Issues

Retrieve user profile data on user login

Right now, we don't actually retrieve any of the database data for our logged in user. Retrieve the data, and populate the model file.

AC: We know the name, etc. of our user :)

Collect and classify datatypes for storage

We need to have an understanding of what different kinds of data we need to store. Collate a list of all atrributes we need to store in the database

AC: A data.md file exists in the repo, listing all the neat things we need to store.

volunteers able to track hours worked

a volunteer should be able to log in and out and have the time they were at work saved so it can be referenced later (probably in another report)

Add the ability to print/export reports

We should make it possible to print reports. From the view pages, have an export button which opens a modal with the following options:

  • Sort By
  • Fields to show on report
  • Search criteria (per field)
  • Options for portrait vs landscape
  • print and save as PDF/CSV options

Investigate user access levels to data

We need to understand what data each type of user can access such as how much a member can see, and how much the administrator can see at any given time.

Select a database engine for datastorage

We need to pick a databse engine. Cost of hosting and ease of use should be considered. Some potential options:

  • Hosted MySQL
  • Amazon Aurora
  • Firebase Firestore
  • And more

Allow for login redirects

As a user, if I navigate to a page while unauthenticated, I want to be redirected to the correct page after I authenticate.

Modify forms to validate data

We don't want admins to input invalid data so that at later dates when they try to retrieve information, it is actually usable.

UIDs for login user is not equal to User data UID

The UID for a logged in user conflicts with the data document UID. The solution is to probably define two UIDs, and store the login one on the user. This way, when the user logs in for the first time (after their account is created) we do not duplicate their user state.

Build UI for Meal Creation

The admins need to be able to create meals that they plan on serving for members. A new form page needs to be created that will allow this to happen.

Map out a database schema

Once we have selected a database engine, we can map out a concrete schema, using the respective database engine we select.

AC: A schema file exists, and accurately portrays our v1 schema.

Create Initial UI for User data retrival

We need a way to display data to the admins and volunteers, make it happen!

AC: A page exists that can list datapoints to some capacity. This page should be general in style enough to work for other datapoints in the future.

EDIT: Users only for this ticket

Build UI for Activity Creation

The admin should be able to create new activities that members can participate in. A new form needs to be made so that this can be done.

Add functional testing

Learn selenium and make some functional tests for our use cases. Primarily,

  • Incorrect password
  • Incorrect Email
  • unknown user
  • successful login

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.