psu-software-engineering-capstone / walktober

Walktober is a yearly fitness challenge at PSU and this project is to design a software platform for it. The platform is modern, responsive, improved design and analytics and simplified configuration. Let's create the best Walktober experience!
Other
5 stars 3 forks source link

Create calendar leaf function scalzone #387

Open NScalzone opened 8 months ago

NScalzone commented 8 months ago

Created a function for the leaf colors in calendarleafs.tsx. Seems like there could also be a loop rather than a whole list of divs, but I'm not that well versed in front-end stuff like this.

marobertson11 commented 8 months ago

Currently, any new user is made as an Admin, in the signup.tsx file, on lines 76, 80, 104. Just have to set those values to be false.

For some of the lines where you changed the single quotation marks into double quotation marks (or vise versa), those were done for a specific reason. Not sure if you fully tested all of those changes and I am sorry that I can't remember all of the times that it was required. Should have specifically marked and commented those spots. To the best of my memory, it was for mainly dates and times, but I can't fully remember.

marobertson11 commented 8 months ago

Why did you remove the deadline for sign up? That was requested by the people who originally asked for the project to be made

NScalzone commented 8 months ago

Why did you remove the deadline for sign up? That was requested by the people who originally asked for the project to be made

Sorry, I should have replied earlier, we forked the repo for another class project, and somehow my PR ended up on this original repo. My mistake. I have added my changes to our new fork. I'll work to make sure I don't add any more PRs on this repo, and I won't merge anything here.