Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding stats for shirts, diet, schools #1773

Merged
merged 64 commits into from
Sep 18, 2024
Merged

adding stats for shirts, diet, schools #1773

merged 64 commits into from
Sep 18, 2024

Conversation

stormyy00
Copy link
Collaborator

@stormyy00 stormyy00 commented Aug 26, 2024

Screenshot 2024-09-13 at 2 25 34 AM

added inner ring using <Pie /> component to visualize the status for each chart to make it easier to gather and find information due to the amount of charts present

@stormyy00 stormyy00 self-assigned this Aug 26, 2024
This was linked to issues Aug 26, 2024
@stormyy00 stormyy00 changed the title adding stats for shirts, diet, schools (work in progress) adding stats for shirts, diet, schools Sep 5, 2024
@@ -205,6 +207,8 @@ export const PUT = async (req, { params }) => {
await updateDoc(doc(db, "users", object.uid), {
[`roles.${params.type}`]: status,
[`roles.${params.type}`]: object.shirt,
[`roles.${params.type}`]: object.diet,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

roles should not be concerned with statistics

@shahdivyank
Copy link
Contributor

Keep different pie charts, integrating them makes them more difficult to look at 😭

Derrick-Mao and others added 25 commits September 15, 2024 00:26
@stormyy00 stormyy00 merged commit 5f12d72 into dev Sep 18, 2024
6 checks passed
@stormyy00 stormyy00 deleted the stormyy00/schoolstats branch September 18, 2024 06:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Track Diet + Display Diet Track School + Display School
8 participants