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.
@bradybridges
Copy link

bradybridges commented Dec 11, 2019

Sara K
Brady B
FE Repo
BE Repo
Deployed FE
Deployed BE

  1. Were you able to complete the base functionality?
  • 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? BE(no) FE(Yes)
  • Completed extensions? None

@SamuelColeman
Copy link

Sam C
Mike S
FE Repo
BE Repo
Deployed FE
Deployed BE

Were you able to complete the base functionality? Yes
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? No, 90% and 70%
Completed extensions? No

@KVeitch
Copy link

KVeitch commented Dec 12, 2019

Eric Meldrum
Kirk Veitch
2. FE repo
3. BE repo
4. FE Deployment
5. BE Deployment
6. Were you able to complete the base functionality?

  • 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 (Nerd fight on Delete)
  • Documentation on all API endpoints in the README? Yes
  • Link to storyboard in README? Yes on the frontend README
  • Link to wireframes and design inspirations in the README?
  • 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 at least 75% testing on FE? Yes
  • Completed extensions? Yes color sliders for palette

@vrandall66
Copy link

Vanessa Randall
Jeannie Evans
FE Repo
BE Repo
Deployed FE
Deployed BE

  • 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 at least 75% testing on FE? BE: 84% (coverage isn't recognizing one 404 path that IS tested, and is asking for 500 status code test coverage) FE: YES
  • Completed extensions? Which ones? No

@polsieira
Copy link

polsieira commented Dec 12, 2019

  1. Scpolott Schieirpkea
  2. FE Repo
  3. BE Repo
  4. Deployed FE
  5. Deployed BE
  • Were you able to complete the base functionality? No, we missing query search
  • 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? No
  • 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? No

@qfarenwald
Copy link

Quinne Farenwald
Victor Abraham

FE Repo
BE Repo
Deployed FE
Deployed BE

Were you able to complete the base functionality?

  • 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? YES
  • Completed extensions? Which ones? NO

@N-Gibson
Copy link

Zoe Harvey
Noah Gibson

FE Repo
BE Repo
Deployed FE
Deployed BE

  • 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 at least 75% testing on FE? Some tests pass in the suite and fail in the Travis CI build. A few are commented out but yes. FE no.
  • Completed extensions? Which ones? No

@aripp2
Copy link

aripp2 commented Dec 12, 2019

Chris Basham
Amy Rippeto
Palette Picker FE Repo
Palette Picker BE Repo
Palette Picker FE Heroku
Palette Picker BE Heroku

  • Were you able to complete the base functionality? Yes
  • 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 (Unable to test 500 errors for BE)
  • Completed extensions? Which ones? No

@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