Grades And UI Updates #104

Open
insberr wants to merge 52 commits from grades-and-ui-update into master
Owner
  • Updating to a new studentvue library
  • Showing grades from gradebook
  • UI improvements
  • Progress bars
  • More information
- Updating to a new studentvue library - Showing grades from gradebook - UI improvements - Progress bars - More information
webmsgr (Migrated from github.com) reviewed 2023-03-30 12:31:50 -07:00
Author
Owner

Currently, I need to figure out how to make sure it displays the grades for the term. Since (at least our school) has 3 trimesters and half way through each trimester there is a progress. This will be fun.

Currently, I need to figure out how to make sure it displays the grades for the term. Since (at least our school) has 3 trimesters and half way through each trimester there is a progress. This will be fun.
Author
Owner

Another thing that needs to be considered is the grading scale type, but I doubt our school is switching to the 4 point scale anytime soon, but its better to be prepared.

Another thing that needs to be considered is the grading scale type, but I doubt our school is switching to the 4 point scale anytime soon, but its better to be prepared.
cloudflare-workers-and-pages[bot] commented 2023-03-30 12:46:35 -07:00 (Migrated from github.com)

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: bb64c98
Status:🚫  Build failed.

View logs

## Deploying with &nbsp;<a href="https://pages.dev"><img alt="Cloudflare Pages" src="https://user-images.githubusercontent.com/23264/106598434-9e719e00-654f-11eb-9e59-6167043cfa01.png" width="16"></a> &nbsp;Cloudflare Pages <table><tr><td><strong>Latest commit:</strong> </td><td> <code>bb64c98</code> </td></tr> <tr><td><strong>Status:</strong></td><td>🚫&nbsp; Build failed.</td></tr> </table> [View logs](https://dash.cloudflare.com/?to=/:account/pages/view/schedule-personalizer/db820c4d-eea8-473e-ac46-45e710bea5c4)
webmsgr commented 2023-04-14 07:34:31 -07:00 (Migrated from github.com)

Things I need to do:

  • replace redux with signals
  • gut all of the dumb empty elements responsible for transforming state
  • gut all of the schedule code and replace it with backported v10 code
  • cry
  • new config format yay!!!!!
Things I need to do: * replace redux with signals * gut all of the dumb empty elements responsible for transforming state * gut all of the schedule code and replace it with backported v10 code * cry * new config format yay!!!!!
Author
Owner

Wait till after school

Please explain signals.
All elements that update every second should have the loop inside the part that updates rather than the parent

Pain, wait till after school.

Wait till after school Please explain signals. All elements that update every second should have the loop inside the part that updates rather than the parent Pain, wait till after school.
Author
Owner

Time to rewrite all the pages and finally remove bootstrap

Time to rewrite all the pages and finally remove bootstrap
Author
Owner

Figure out why mui buttons crash react. Bootstrap buttons don’t crash react so that narrows down the problem a bit.

Finish adding storage, and organizing it. Then translate redux data to new storage system.

Fix cloudflare pages build.

Figure out why mui buttons crash react. Bootstrap buttons don’t crash react so that narrows down the problem a bit. Finish adding storage, and organizing it. Then translate redux data to new storage system. Fix cloudflare pages build.
This pull request has changes conflicting with the target branch.
  • package.json
  • src/App.tsx
  • src/config/events.ts
  • src/pages/schedule/handleOverides.ts
  • src/pages/schedule/index.tsx
  • yarn.lock
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin grades-and-ui-update:grades-and-ui-update
git switch grades-and-ui-update

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff grades-and-ui-update
git switch grades-and-ui-update
git rebase master
git switch master
git merge --ff-only grades-and-ui-update
git switch grades-and-ui-update
git rebase master
git switch master
git merge --no-ff grades-and-ui-update
git switch master
git merge --squash grades-and-ui-update
git switch master
git merge --ff-only grades-and-ui-update
git switch master
git merge grades-and-ui-update
git push origin master
Sign in to join this conversation.
No description provided.