RoshnaVakkeel / Little_Learners_Lab_Logs

A website where curious kids of all ages can explore, create activity logs and also post fun science experiments that can be performed even at home.

Home Page:https://little-learners-lab-logs.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

USER STORY US09: Add Lab Log Posts

RoshnaVakkeel opened this issue · comments

As a signed-in Site user I can create a lab log post so that I can share my ideas and experiments

Acceptance Criteria

Acceptance Criteria 1:
Given that the site user is signed in
When they are on their personal page and haven't created any post yet
Then they will be prompted to add a post with a message that there are no posts created yet

Acceptance Criteria 2:
Given that site user is signed in
When they are on their personal page
Then they can choose to create/add a new lab log post

Acceptance Criteria 3:
Given that signed in site user adds a lab log post
When they click to save the post
Then the post gets it is enlisted in my page log posts and also on the main list of lab log posts available for others to read

Acceptance criteria 2 done.

Posts created by the logged in user can be visualized on the User's Page link in the nav bar. The user's name will be made visible in the Nav menu link to guide the user is logged in.
I user has no posts, a message is displayed in the window that reads 'It looks like that you haven't posted any lab logs yet. Click on the button below' and a button 'create now' takes them to the add_post page.