aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2018-09-17Stil working on comment feature. Successfully connected the comments on ↵Michael Foiani
posts to forum-elements. Just need to create html to show comments.
2018-09-17Fixed typos on tutor pageMichael Foiani
2018-09-17Working on abstraction of forum page to allow comments on forums.Michael Foiani
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-09-13Fixed bugs with competitions. Also, allowed for stats divison to bee seen by ↵Michael Foiani
admin for competition. Lastly, fixed some errors with admin controls after logging out.
2018-09-13Added another adminMichael Foiani
2018-09-13Updating information on certain pages.Michael Foiani
2018-09-12Added competitions, disabled registration for state and national ↵Michael Foiani
conventions, updated info on pages.
2018-08-20Fixing up small issues before deploying beta version on domain.Michael Foiani
2018-08-20Updated admin users with Bridget instead of test account.Michael Foiani
2018-08-19Making small improvements to increase security and make the admin console ↵Michael Foiani
smoother.
2018-08-19Made the website more interactive by adding alerts on successful and failed ↵Michael Foiani
attempts when connecting to database. Also, dealt a bit with offline functionality.
2018-08-19Created basic way to pass through dates unto test elements.Michael Foiani
2018-08-15Created way to show day of comeptition for competition element.Michael Foiani
2018-08-14Updated information for regional competitions.Michael Foiani
2018-08-13Fixed small styling issue with big pictures showing on admin console.Michael Foiani
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-13Now deletes img from storage after use. Done with basic img backend stuff.Michael Foiani
2018-08-13Fixed bugs with images. It works okay now.Michael Foiani
2018-08-13Trying to find ways to get img in firebase storage to show in admin panel ↵Michael Foiani
when viewing requests.
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