katoora2019 / idea-factory

factory
0 stars 0 forks source link

Mark Sheet #4

Open QuickStyles opened 4 years ago

QuickStyles commented 4 years ago

Awesome job Rose! πŸ₯³

QUIZ 2

SCORESHEET FOR Rose Katoora

Icon Value
correct
wrong

Build a web app to post & discuss ideas with Rails.

Part 1: CRUD

Value: 30%

Score: 28/30%

Feature Mark Notes
New
Create
Show
Index
Delete Doesn't seem to be working
Edit
Update
Each idea has a title and a description.
2 New Action Tests
4 Create Action Tests

Part 2: User Authentication

Value: 20%

Score: 15/20%

Feature Mark Notes
Implement basic user authentication
Implement all controllers & routes for:
Sign Up
Sign In
Sign Out

Part 3: User Authorization & Associations

Value: 20%

Score: 20/20%

Feature Mark Notes
Associate created ideas with current user.
Allow only the creator to edit & delete their ideas.
All tests must be updated to support user authentication & authorization (if needed).

Part 4: Reviews

Value: 20%

Score: 20/20%

Feature Mark Notes
Implement the ability for users to put reviews on each idea's show page
User must be signed in in order to create a review and the created reviews get associated with the signed in user
The user who created the review should be able to delete the review

Part 5: Likes

Value: 10%

Score: 00/10%

Feature Mark Notes
Implement the ability for users to like ideas Doesn't work
Display the count of likes on the Ideas index page for each idea (as shown in wireframes) not displaying likes
Clicking the Like button makes the idea liked by the current user.
When liked, a Liked button is displayed instead of the Like button. Clicking it unlikes the idea.

TOTAL 83% / 100%

katoora2019 commented 4 years ago

Thanks a lot for your support and more professional and mentally organized on how you deal with each of us it’s amazing.

Much appreciated Rose.

Sent from my iPhone

On May 15, 2020, at 11:16 AM, Brandon Lam notifications@github.com wrote:

ο»Ώ Awesome job Rose! πŸ₯³

QUIZ 2

SCORESHEET FOR Rose Katoora

Icon Value βœ“ correct βœ— wrong Build a web app to post & discuss ideas with Rails.

Part 1: CRUD

Value: 30%

Score: 28/30%

Feature Mark Notes New βœ“
Create βœ“
Show βœ“
Index βœ“
Delete βœ— Doesn't seem to be working Edit βœ“
Update βœ“
Each idea has a title and a description.
2 New Action Tests βœ“
4 Create Action Tests βœ“
Part 2: User Authentication

Value: 20%

Score: 15/20%

Feature Mark Notes Implement basic user authentication βœ“
Implement all controllers & routes for:
Sign Up βœ“
Sign In βœ“
Sign Out βœ—
Part 3: User Authorization & Associations

Value: 20%

Score: 20/20%

Feature Mark Notes Associate created ideas with current user. βœ“
Allow only the creator to edit & delete their ideas. βœ“
All tests must be updated to support user authentication & authorization (if needed). βœ“
Part 4: Reviews

Value: 20%

Score: 20/20%

Feature Mark Notes Implement the ability for users to put reviews on each idea's show page βœ“
User must be signed in in order to create a review and the created reviews get associated with the signed in user βœ“
The user who created the review should be able to delete the review βœ“
Part 5: Likes

Value: 10%

Score: 00/10%

Feature Mark Notes Implement the ability for users to like ideas βœ— Doesn't work Display the count of likes on the Ideas index page for each idea (as shown in wireframes) βœ— not displaying likes Clicking the Like button makes the idea liked by the current user. βœ—
When liked, a Liked button is displayed instead of the Like button. Clicking it unlikes the idea. βœ—
TOTAL 83% / 100%

β€” You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.