Natalie-Beckwith / Tri2TeamProject

1 stars 0 forks source link

Week 17: GitHub Pages Frontend #1

Open Natalie-Beckwith opened 1 year ago

Natalie-Beckwith commented 1 year ago

Score: -/3

Group Member Role Link to FRQ Agile Comment Link Peer Grade
Natalie Frontend FRQ 1 LINK 2.7/3
Rohan Backend FRQ 4 LINK 2.7/3
Sophie Scrum Master FRQ 3 LINK 2.9/3
Vunsh Dev Ops FRQ 2 [LINK]() 2.5/3

Project Ideas



Hacks

Natalie-Beckwith commented 1 year ago

2.7/3

Commits

Screen Shot 2023-01-09 at 8 51 34 AM Screen Shot 2023-01-09 at 8 41 58 AM Screen Shot 2023-01-09 at 8 41 46 AM Screen Shot 2023-01-09 at 9 04 58 AM
Screen Shot 2023-01-09 at 9 02 39 AM
Screen Shot 2023-01-09 at 8 58 54 AM

Frontend site

ghost commented 1 year ago

Sophie Park Tangibles

Self Grade 2.9/3

Frontend page: image

Backend page:

I ran into a CORS issue and had to fix it by allowing all origins in the backend (see Main.java below) changing the headers of the request in the frontend. image

Commits List

Additional notes:

vunsh commented 1 year ago

2.5/3

Deployment was my responsibility, but I wasn't able to do it due to multiple factors, which brought down the group.

FRQ 2 implementation

Several features of FRQ 2: Ability to view a profile with email/password, ability to make a profile.

Includes checks for duplicate accounts, correct information, etc. After making a profile, sends you to view profile page with correct information filled in: image

All code is broken down into functions, including functions for displaying html elements, converting data (cm to feet/inches, etc) and making requests to the api. image

evmyclipz commented 1 year ago

2.7/3

image