ArnavNadar / student2

MIT License
0 stars 0 forks source link

CSP TRI 2 Final #2

Open ArnavNadar opened 8 months ago

ArnavNadar commented 8 months ago

College Board Requirements

Instructions for input from one of the following: the user, a device, an online datas stream, a file.

For this page, the user would be the input. The user's login action starts a conversation between the user and the system by activating the homepage and its features, which the user can access after logging in.

Use of at least one list (or other collection type) to represent a collection of data that is stored and used to manage program complexity and help fulfill the users purpose.

The data that is kept in the backend is one type of collection of data. SQLITE3 database tables include a collection of data that are kept there. It contains the information needed for people to register and access the pages.

At least one procedure that contributed to the program’s intended purpose where you have defined: the name, return type, one or more parameters:

image

The signUp_api function on the signup page creates a request to sign up a user by accepting four parameters: name, uid, password, and dob.

An algorithm that includes sequencing, selection, and iteration that is in the body of the selected procedure

image

The signUp_user function is a series of instructions that call the signUp_api method.

Calls to your student-developed procedure

image

The signUp_api method receives information from the signUp_user, including the name, user ID, password, and dob. It utilizes this information to submit a POST request to establish a new user account.

Instructions for output (tactile, audible, visual, or ) based on input and program functionality

image

Link To Video

KaydenLe commented 8 months ago

Collage Board requirements: I was able to understand and follow the code. It incorporates all the necessary CPT requirements for collage board. It is very easy to notice that a signup api was used in the code. For the first two requirements I would suggest there to be evidence from the code. There were two photos that seem to be reused but it reinforces the detail that is necessary and important for the collage board requirements.

Video: The video was showcased well but there was a lot of mouse movements and the mouse going in circles. There wasn't any captions in the video explaining anything. The feature did work and it was within the 60 second limit. I think the website looked cool and the feature was cool and impressive to suggest a book.

0.95/1

ArnavNadar commented 8 months ago

4.75/5