AntAlmanac
AntAlmanac copied to clipboard
A course exploration and scheduling tool for UCI Anteaters
There's a lot of AntAlmanac features that user don't know about - SMS Notification - Export to Google Calendar - Custom Events - Map routes - Coming soon: import from...
Set up a new lambda function that can sent SNS notifications when triggered using our CDK config. This is in preparation for making AANTS but won't be useful for anything...
This seems tough because we're gonna have to scrape the LARC site since it's server-side rendered (https://enroll.larc.uci.edu). We might want to split this change up between us and PeterPortal API...
The idea is that we'd have a fake department that's searchable by "clubs" or something and we have each club meeting listed as a course section with an unused section...
We should create a video showing freshmen how to sign up for classes. In this video, we would highlight all of the tools that AntAlmanac provides to help them with...
As mentioned in #133, every `SectionTableBody` adds two listeners to AppStore, which causes a warning so we had to manually increase the max listeners. I did a little experiment with...
## Summary Made text on buttons in the SectionTableBody not wrap to prevent resizing ## Test Plan Made sure buttons didn't resize when they shrink under a certain min-width. Text...
## Description These days, it's a super big DX thing for me to have imports be consistently grouped and ordered for easier parsing when working in (and across) file contexts....
## Summary - Created a backend migrate script to get user IDs from DynamoDB and then insert users to Postgres. - We still have to fill in more information for...
User reported: > Clicking on a professor's name, then clicking on the button for their EaterEvals no longer directs us to the instructor's evals. It seems like they reorganized the...