jvogt23
jvogt23
## Description Describe your pull request. Added a defensive behavior to mark enemy robots by following them around the field and blocking them from receiving the ball. Currently, it assumes...
Title. ###Expected Behavior This change allows Nova users to see the RSVPs and attendance for each upcoming event. Events will not have information shown on the main dashboard if nobody...
## Description Describe your pull request. Created a way to override a robot's current position for testing purposes. ## Associated / Resolved Issue Resolves # or [ClickUp card](link-to-clickup-card) ## Design...
Created a Nova action to add a user based on an attendance record. Currently contains the minimum fields required to create a new user; can add more if requested. Fields...
Updated to Bootstrap 5.3.3 and removed JQuery dependency - Resolves Issue #1809 Changes to Bootstrap CSS classes and Sass: Jumbotron element no longer exists - Manually set main background color...
## Description Describe your pull request. Added formation that robots will enter for a kickoff. Two robots, currently 5 and 4, are sent to pre-determined locations on the map when...
Create a SponsorController in pursuit of a Sponsor login page. Sponsors require one-time password login. Workflow is as follows: - Sponsor writes email - Email is validated to ensure it...
Create a page for sponsor logins - Requires entry of email, if email invalid give alert, if email valid request OTP and send that OTP to the email address given.
Requires Sponsor model. Once model is created, create an auth workflow that allows users into the app if they are a sponsor and they type in the OTP correctly.
Create a Vue component for applying filters of Major, Graduation semester, and Class Standing. This component should be able to send these filters back out to its parent component.