aboutsummaryrefslogtreecommitdiff
path: root/src/reducers
AgeCommit message (Collapse)Author
2018-09-15Created way to update accounts with username. On signin, it updates the ↵Michael Foiani
account. Also made some changed to admin console.
2018-09-15Created way to get user data for admins, except for username. May need to ↵Michael Foiani
change database or figure something out.
2018-08-13Tried many things to try to fix the glitch. I was successful. Yay! 5 hours ↵Michael Foiani
of debugging a bug is finally over. :)
2018-08-13Attempting to fix issue with building and serving. I believe it was a ↵Michael Foiani
semicolon I missed in the actions of the app.js.
2018-08-13Trying to fix error with bulding. App works on local host but not on ↵Michael Foiani
delpoyed and built app.
2018-08-13Created new requests upadte that will allow for pictures to be displayed in ↵Michael Foiani
admin console.
2018-08-13Fixed most bugs and now able to upload file to firebase cloud storage.Michael Foiani
2018-08-13Created own store for firebaseStorage. Added basic upload method.Michael Foiani
2018-08-05Made small adjustments to improve app.Michael Foiani
Deleted main firebase.js file. Also, fixed some small 404 errors and spelling errors.
2018-08-04Separated firebaseAdmin's actions and reducers into their respective files.Michael Foiani
2018-08-04Formatted the firebaseAuth reducers and actions to be more organized.Michael Foiani
2018-08-04Separated basic Firestore actions and reducers into their own files.Michael Foiani
2018-08-04Dividing up the firebase.js into 3 different js files. Hopefully, this will ↵Michael Foiani
keep cleaner code.
2018-08-04Removed uneccessary files.Michael Foiani
2018-08-04Deployed on firebase using the firebase.json config file. Also, fixed a ↵Michael Foiani
spelling issue with forums.
2018-08-03Allowd for account page to show correct division based on data in database.Michael Foiani
2018-08-01Fixed small glitch where snapshot would fire twice because the field in the ↵Michael Foiani
database was called 'date.' Annoying. Also, fixed other bugs and finished the admin requests viewing, but need to connect the 'approve hours button.'
2018-08-01Working on creating admin page. Having issues with keeping the page hidden ↵Michael Foiani
in the toolbar.
2018-08-01Created basic framework to fetch all hours request for admins.Michael Foiani
2018-08-01Working on admin framework. Allows for certain uids to have extra controls ↵Michael Foiani
if they use a key command and enter a password pulled from a database.
2018-07-30Making big additions to backend and frontend development to fourm system.Michael Foiani
2018-07-30Developed more styling and backend for account page.Michael Foiani
2018-07-28Working on requesting tutoring hours frontend.Michael Foiani
2018-07-26Created styling and backend for users to sign up for competitions.Michael Foiani
2018-07-26Added basic sign out feature and realtime query for tutoring hours.Michael Foiani
2018-07-26Created basic login system using firebase and redux.Michael Foiani
2018-07-25Initial commit. Added pwa starter kit to project for the application.Michael Foiani