-
Notifications
You must be signed in to change notification settings - Fork 0
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
Big Project Feature Check #2 - 4/18 Team Review #77
Comments
Grading goal: resource page for students and teachers
Overall: |
Notes: Sign in feature Glows: Grows: |
Overview:
Glows:
Grows:
|
Mystery Enactment over two period shared many features and had a lot of evidence of design and planning. The morning group was very organized on four corners and hit on many of my asks. The adapted to CTE interrupt and were able to engage at least one lady. Slow down pace, discuss a "short" plan, show a "short" demo, and "show" behind the scenes logs, database change, or code written to illustrate work. Work the corners, then move on. Glows - In morning session where Aiden and Drew teamed up, the presentation had meaning going back and forth through features. |
Runtime Links
Quick Scoring Box
Features & Demos
Backend Integration of Table Generator
Functionality
Here is the main function for connecting with the backend. It is async so that when it is called using
await
we can return the user's classes if there are any. If the user isn't signed in, it will return an empty array that is checked for in other parts of the code.On the backend, the code looks like this, returning the data tied to the user, including their classes.
Styling updates
Wireframe:
Integration:
If the user isn't signed in (an empty array is returned by the fetch)
When signed in:
Links
Resume Builder
Finished the feature --> pull request with all info
Links
Finished up the user inputs
Fixed resume framework
Fixed all css/sass for the pages
Menu UI
Better menu!!
Screen.Recording.2024-03-29.at.11.41.50.AM.mov
Message Inbox system
More Wireframes!!
Stats Display Page
Probability Simulation
Wireframe:
Assignment Submission and File Uploads
Pull Request linked here contains code and key commits.
Initial SQL Table
File Upload
Signed in as "[email protected]", the file "python code image.png" will be uploaded to the assignment "Teddy's Big Bready":
SQL Tables After Upload
This is the AssignmentSubmission successfully uploaded:
Student Search Feature
Full pull request with relevant code is linked here.
Here is the display for searching for most students:
Adding a New Student
Input:
Output:
Weekly Analytics
Triangle 1
Aiden
Edwin
Ryan
Triangle 2
Ekam
Ishi
Triangle 3
Drew
AJ
Raymond
Haoxuan
Triangle 4
Toby
Aaron
Isabelle
Kevin
The text was updated successfully, but these errors were encountered: