amitha-sanka / janl

reunion project
MIT License
0 stars 0 forks source link

Final Project Feature-Joselyn #14

Open jesa06 opened 1 year ago

jesa06 commented 1 year ago

Night at the Museum Blog

Overall Item Self-grade Partner 1 Partner 2 Average
1 0 0 0 0
2 0 0 1 0.5
3 0 1 1 0.667
4 0 0 0 0
5 0 0 0 0
6 1 1 1 1
7 1 1 1 1
8 1 1 1 1
9 0 0 0 0
10 0.5 0.5 0.5 0.5
11 0.5 0.5 0.5 0.5
12 0 0 0 0
13 0.5 0.5 0.5 0.5
14 0.5 0.5 0.5 0.5
15 0.5 0.5 0.5 0.5
16 0.5 0 0 0.167

Live Review with Student Crossovers Grader: Nico Grade: 4/7

  1. Runtime (binary criteria below, 3 points + bonus)

    • [ ] Observe Team project quality, runs on cross-domain, performs all evaluations without crashing.
    • [ ] Observe, Individual UI contains inputs that are validated for garbage, data cleaned (ie validate DOB or Password)
    • [x] Observe, Individual UI contains actions for Create, Read,
    • [ ] Observe, Individual UI contains actions for Update, Delete (above requirement)
  2. Code Review (binary criteria below, 4 points + bonus)

    • [ ] Individual code quality, review and observe comments in every function, class, or method reviewed.
    • [x] BE review, observe if Individual API handles error conditions (ie duplicate user id)
    • [x] BE review, observe if Individual API contains GET and POST methods
    • [x] BE review, observe that Individual code contains database operations that support Create, Read
    • [ ] BE review, observe that Individual code contains database operations that support Update, Delete (above requirement)

Grader: Trent Grade: 5/7

  1. Runtime (binary criteria below, 3 points + bonus)

    • [ ] Observe Team project quality, runs on cross-domain, performs all evaluations without crashing.
    • [x] Observe, Individual UI contains inputs that are validated for garbage, data cleaned (ie validate DOB or Password)
    • [x] Observe, Individual UI contains actions for Create, Read,
    • [ ] Observe, Individual UI contains actions for Update, Delete (above requirement)
  2. Code Review (binary criteria below, 4 points + bonus)

    • [ ] Individual code quality, review and observe comments in every function, class, or method reviewed.
    • [x] BE review, observe if Individual API handles error conditions (ie duplicate user id)
    • [x] BE review, observe if Individual API contains GET and POST methods
    • [x] BE review, observe that Individual code contains database operations that support Create, Read
    • [ ] BE review, observe that Individual code contains database operations that support Update, Delete (above requirement)

      Presentation

      Runtime Links

      Website link: https://amitha-sanka.github.io/janl/homepage.html Local Host Website: http://127.0.0.1:4000/homepage.html

      Github Analytics

      Screen Shot 2023-02-28 at 1 05 54 PM

Guides for Review

Video of Feature

Personal Achievement:

Screen Shot 2023-02-28 at 1 10 48 PM

I was able to correctly set up the account creation, but due to our backend flask repository not being connected to our subdomain, I could not successfully connect the user input to add to our user api.

Screen Shot 2023-02-28 at 1 19 04 PM

Although this was not from a self-created API in our database/backend, I was able to correctly fetch this API data from RAPID API and output that data onto my feature. It takes in a user input and the code iterates through the API to find that input (city in SD) to fetch the weather and location data and put it onto the website.

jesa06 commented 1 year ago

Overall self score: 7.5/11