aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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-13Creating picture upload field for tutoring hours.Michael Foiani
2018-08-05Updated ui to display minutes instead of hours. Also, added a location field ↵Michael Foiani
to tutoring hours request.
2018-08-05Updated register buttons to show only when a user is signed in.Michael Foiani
2018-08-05Fixed small reducer error.Michael Foiani
2018-08-05Fixed small error.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-05Fixed small errors. Needed to add menu icon back and change value of ↵Michael Foiani
competition-element.
2018-08-05Made some other small imports and edits to allow the redux management to ↵Michael Foiani
work correctly.
2018-08-05Updated backend code using getState() to use new store.Michael Foiani
2018-08-05Updated components to work with new redux files.Michael Foiani
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 some other uneccessary flesMichael Foiani
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-04Ready for ALPHA stages. This pwa can do all the functions needed for its ↵Michael Foiani
purpose. Will expand on and make more pretty in the future, but it is ready for its first deployment.
2018-08-03Made changes to some forms and also fixed a small bug with registry element.Michael Foiani
2018-08-03Allowd for account page to show correct division based on data in database.Michael Foiani
2018-08-03Updated admin so it correctly shows the divisons of students based on the ↵Michael Foiani
value in their account/
2018-08-02Added pictures with text laying over them in home and tutoring page for ↵Michael Foiani
style purposes.
2018-08-02Fixed small bug with updating approvedhours with new security settings.Michael Foiani
2018-08-02Added divison field to accounts. Will implement in the future.Michael Foiani
2018-08-02Allowed for admin to approve hours and reject hours. Futher testing for bugs ↵Michael Foiani
and glitches.
2018-08-02Finished registry of competitions showing for administrator logins.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 displaying the requests with custom element request-grid.Michael Foiani
2018-08-01Successfully added admin page and connected it to main app.Michael Foiani
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-30Added a quick change to diplay email instead of uid. Also, changed a few ↵Michael Foiani
small things on mao-tutoring.js
2018-07-30Added some icons to tutoring page and fixed bug with empty textbox fields.Michael Foiani
2018-07-30Continuing on adding content to mao-fourms and mao-tutoringMichael Foiani
2018-07-30Making big additions to backend and frontend development to fourm system.Michael Foiani
2018-07-30Developing mao fourms.Michael Foiani
2018-07-30Created fourm page and itnegrated it. Also,Michael Foiani
2018-07-30Now clears fields on sumbit buttons and fixed some formatting isuues with ↵Michael Foiani
two cards.
2018-07-30Fixed small glitch on tutoring page.Michael Foiani
2018-07-30Developed more styling and backend for account page.Michael Foiani
2018-07-29Added dedicated account page for logging in.Michael Foiani
2018-07-29Changed pulling requestedHours based on request, not variable part of user.Michael Foiani
2018-07-29Added backend for requesting tutoring hours. Will revise to make easier.Michael Foiani
2018-07-29Created backend for tutoring hour requests. Also, fixed some bugs on ↵Michael Foiani
competition page by using snapshots.
2018-07-28Adding some basic changes to tutoring frontend.Michael Foiani
2018-07-28Working on requesting tutoring hours frontend.Michael Foiani