Open nitinsandiego opened 1 month ago
0.93: The idea and topic is very beneficial and seems will be very helpful to Mr. M. The visual designs of the frontend of your project seems detailed and visually appealing - I would suggest changing the theme to match the Nighthawks pages theme though because the end goal is for Mr. M to pull your project onto his site. You have good description on the data you will capture and even have already initialized a database with strong code showing you guys have already started working on your project. There is evidence of research put into the project.
.91 They had a detailed project description with visuals of what the front end would look like. It also included backend Java code for the database with a working API. Also included reference sites like Monday.com where they were able to gain inspiration for their website design and functionality. Something that you can change is to match the style of the website to something more similar to Mr. M theme so that the style is consistent within Mr. M repo. Overall I think the overall website will be very useful to Mr. M to pull it onto his own repo.
0.92/1
Code that works perfectly. I like how you already have an sqlite database setup with useful information for Mr.Mortensen such as the name, and who is in each group.
Topic
The purpose of this project is to help Mr. Mortensen manage his CSSE, CSP, and CSA classes more easily. It will help him keep track of student information, organize group assignments, and monitor progress in different courses. This will save time, allowing Mr. Mortensen to focus more on teaching and less on keeping track of progress of each team.
Frontend UI design
Data
id
Long
name
String
username
String
tableNumber
int
course
String
tasks
ArrayList<String>
trimester
int
period
int
Coding Work
This is my code creating the Student Class and initializing some starter data into the SQL Database
This code handles the API paths. We have set a tester API path that returns all the student details in a JSON.
Evidence of Research
Our project was inspired by the organizational tools found in platforms like Monday.com, which is a popular work management software used for team collaboration. Monday.com allows users to create detailed boards for tracking tasks, projects, and workflows. It provides a visual way to assign tasks, monitor progress, and collaborate within teams, making it a versatile tool for organizing work in an efficient manner.
Seeing the functionality of Monday.com, we decided to apply a similar concept to classroom management. The idea is to provide Mr. Mortensen with a tool to manage his CSSE, CSP, and CSA classes more effectively, similar to how Monday.com enables team management. By tracking students, assignments, and progress in one place, our project mirrors Monday.com’s ability to handle task assignments and group organization, but it tailors these features specifically for the educational context.