Skip to content

Instantly share code, notes, and snippets.

@Kalikoze
Last active December 12, 2019 18:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kalikoze/fb7005ede00e3871498dac7b86feaad9 to your computer and use it in GitHub Desktop.
Save Kalikoze/fb7005ede00e3871498dac7b86feaad9 to your computer and use it in GitHub Desktop.

Please add a comment with the following:

  1. Your Name
  2. A link to your FE GitHub repo
  3. A link to your BE GitHub repo
  4. A link to your deployed FE application
  5. A link to your deployed BE application
  6. Were you able to complete the base functionality?
  • Migrations & seeded data are implemented?
  • 4 GETS, 2 POSTS, 2 PUTS/PATCHES, 2 DELETES completed?
  • Do all endpoints return response with appropriate status codes?
  • Documentation on all API endpoints in the README?
  • Link to storyboard in README?
  • Link to wireframes and design inspirations in the README?
  • Utilized PR template?
  • Deployed both the FE & BE as production apps on Heroku?
  • Completed all base FE functionality?
  • Completed 100% testing on BE and atleast 75% testing on FE?
  • Completed extensions? Which ones?

FOR EXAMPLE

  1. Chravis
  2. Palette Picker FE GitHub
  3. Palette Picker BE GitHub
  4. Palette Picker FE Heroku
  5. Palette Picker BE Heroku
    • Migrations & seeded data are implemented? YES
    • 4 GETS, 2 POSTS, 2 PUTS/PATCHES, 2 DELETES completed? YES
    • Do all endpoints return response with appropriate status codes? YES
    • Documentation on all API endpoints in the README? YES
    • Link to storyboard in README? YES
    • Link to wireframes and design inspirations in the README? YES
    • Utilized PR template? YES
    • Deployed both the FE & BE as production apps on Heroku? YES
    • Completed all base FE functionality? YES
    • Completed 100% testing on BE and atleast 75% testing on FE? YES
    • Completed extensions? Which ones? YES. Implemented JWTS.
@JEduardoRJx
Copy link

JEduardoRJx commented Dec 12, 2019

J. Eduardo Rodriguez
Lacy Rudd
BE Repo
FE Repo
BE Live App
FE Live App

Were you able to complete the base functionality?

  • Everything except for deleting individual palettes

Migrations & seeded data are implemented?

  • Yes

4 GETS, 2 POSTS, 2 PUTS/PATCHES, 2 DELETES completed?

  • Yes

Do all endpoints return response with appropriate status codes?

  • Yes

Documentation on all API endpoints in the README?

  • Yes, with sample responses

Link to storyboard in README?

  • Yes

Link to wireframes and design inspirations in the README?

  • Will add those to the FE repo

Utilized PR template?

  • Yes

Deployed both the FE & BE as production apps on Heroku?

  • Yes

Completed all base FE functionality?

  • Everything except for deleting individual palettes

Completed 100% testing on BE and atleast 75% testing on FE?

  • Testing coverage is at 52%

Completed extensions? Which ones?

  • No

@edwindelbosque
Copy link

edwindelbosque commented Dec 12, 2019

Matt & Edwin:

  1. Picasso Color Picker
  2. Palette Picker FE GitHub
  3. Palette Picker BE GitHub
  4. Palette Picker FE Heroku
  5. Palette Picker BE Heroku
    • Migrations & seeded data are implemented? YES
    • 4 GETS, 2 POSTS, 2 PUTS/PATCHES, 2 DELETES completed? YES
    • Do all endpoints return response with appropriate status codes? YES
    • Documentation on all API endpoints in the README? YES
    • Link to storyboard in README? YES
    • Link to wireframes and design inspirations in the README? YES
    • Utilized PR template? YES
    • Deployed both the FE & BE as production apps on Heroku? YES
    • Completed all base FE functionality? NO
    • Completed 100% testing on BE and atleast 75% testing on FE? BE YES, FE NO
    • Completed extensions? Which ones? YES. Implemented JWTS. LOGIN/SIGNUP FUNCTIONALITY

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment