gozygreg / The-Cardiac-Nurse

1 stars 2 forks source link

THE CARDIAC NURSE

The Cardiac Nurse website is go-to platform for every nurse that specialise in anything that has to do with the cardiovascular health. It is an educational medium that all nurses can learn from, particularly those with keen interest in cardiology. See link to deployed site

Responsive

Table of Contents

Ux

Agile Methodology

The plan for this project was carried out using the Agile Methodology in Github. Epics and User Stories were created using issues on git hub. Each user story explicitly explains the purpose of the issues. Each story was assigned a classification of must-have, should-have, could-have or future-have. It was prioritised using GitHub labels with different colors. See link to kanban board here. Various tasks performed were also itemized using the agile methodology in Github.

For simplicity in the readme documentation, I have categorized all user stories in to three below; Admin stories, Nurse stories and site visitors stories. However, visit my epics on git hub to see more of the agile methodology arrangement. I have created 4 Epics and 16 user stories and various tasks under each user stories.

Admin stories and Corresponding Acceptance Criteria

As the site administrator (For Nurse Blog app):

  1. I can create, read, update and delete post so that I can manage the contents and flow of the site.

    • Acceptance Criteria
      • Scenario: Create Read and Update post
      • Given: The admin navigates to django admin panel
      • When: The admin add "/admin" to the site url
      • Then: The django admin page loads and the admin can create read and delete post
  2. I can create draft posts so that I can finish writing the content later.

    • Acceptance Criteria
      • Scenario: Create draft
      • Given: The admin navigates to django admin panel
      • When: The admin add "/admin" to the site url
      • Then: The admin can create a draft post to complete and publish later
  3. I can approve or disapprove comments so that prevent sharing inappropriate/offensive comments.

    • Acceptance Criteria
      • Scenario: Manage comments
      • Given: The admin navigates to the django admin panel
      • When: The admin add "/admin" to the site url
      • Then The admin can click on "approve" button to approve comments or leave it unapproved. If approved, the comment can then be seen on the blog post page

As the site administrator (For Nurse Profile app):

  1. I can verify and accept new nurses that what to join the platform so that they can be viewed by site visitors.

    • Acceptance Criteria
      • Scenario: Verify new nurses joining platform
      • Given: A new nurse have join platform and admin navigates to admin panel
      • When: The admin add "/admin" to the site url
      • Then: The admin can click "action" and then choose "verify nurse" option. The new nurse can now be seen on the profile page of the website
  2. I can add a new nurse profile, update or delete an existing nurse profile so that i can manage the content and flow of nurses in the site.

    • Acceptance Criteria
      • Scenario: Manage Nurse Profile
      • Given: The admin navigates to the django admin panel
      • When: The admin add "/admin" to the site url
      • Then The admin can click on "delete" or "add" button to manage new or existing profiles

        Nurse stories and Corresponding Acceptance Criteria

        As a nurse registered on the platform:

  3. I can create a user profile and write about my career journey as a cardiac nurse so that I can be found and viewed on the site.

    • Acceptance Criteria
      • Scenario: Creating user/nurse profile
      • Given: A user/nurse is registered
      • When: The registered user click "Join our platform" button
      • Then: The user/nurse can fill and submit the form to join platform. And then await verification by site administrator
  4. I can upload my profile picture so that other site users can see what I look like.

    • Acceptance Criteria
      • Scenario: Upload user/nurse profile picture
      • Given: A user/nurse is registered and filled the registration form
      • When: The user/nurse click "Join our platform" button
      • Then: The user/nurse can upload his/her picture by clicking "Choose File" on the form. And then await verification by the site administrator

Site visitors' stories and Corresponding Acceptance Criteria

As a visitor of the site:

  1. I can view any nurse profile so that see their career journey.

    • Acceptance Criteria
      • Scenario: View various nurse profiles on the website
      • Given: The site visitor navigate to the "our nurses" page
      • When: The site visitor click "Our Nurses" button
      • Then: The site visitor is now able to see the profile picture and name of nurses that are registered on the site
  2. I can signup for an account so that I can like and comment on posts as well as create a profile if I am a cardiac nurse.

    • Acceptance Criteria
      • Scenario: Signing Up
      • Given: The site visitor navigate to the signin page
      • When: The site visitor click "Sign In" button
      • Then: The site visitor is now able to register and have access to like and comment on post
  3. I can view a list of post so that I can select one to read.

    • Acceptance Criteria
      • Scenario: See Post List
      • Given: The site visitor navigate to the "Our Blog" page
      • When: The site visitor click "Our Blog" button
      • Then: The site visitor is able to various blog post to choose from.
  4. I can click to open a post so that read the content of the post.

    • Acceptance Criteria
      • Scenario: Read Blog Post
      • Given: The site visitor navigate to the "Our Blog" page
      • When: The site visitor click one of the post in the post list
      • Then: The site visitor is able read the content of the particular post
  5. 1 can view a paginated list of post so that I can select a post to view.

    • Acceptance Criteria
      • Scenario: See more post list
      • Given: The site visitor is post list page and there are more than 6 posts
      • When: The site visitor click on "next" button
      • Then: The site visitor is able to see all the post on the next page
  6. I can be able to like or unlike post so that I can interact with the content.

    • Acceptance Criteria
      • Scenario: Liking Posts
      • Given: The site visitor registered and navigate to the our blog page
      • When: The site visitor click "Our Blog" button
      • Then: The site visitor is now able to like or unlike post
  7. I can view the number of likes on individual post so that know the most popular post.

    • Acceptance Criteria
      • Scenario: View Number of Likes
      • Given: The site visitor is registered or is sign in and have navigated to the blog post list
      • When: The site visitor click on "Our blog" button
      • Then: The site visitor is able to see the number of likes that a post have
  8. I can be able to comment on post so that I can be able to leave feedback and engage further.

    • Acceptance Criteria
      • Scenario: Comment on Post
      • Given: The site visitor is registered or is sign in and have navigated to a particular blog post
      • When: The site visitor click on the hyperlink text on the blog post
      • Then: The site visitor is has access to write comments on the post
  9. I can view comments on each post so that know the most engaging post.

    • Acceptance Criteria
      • Scenario: View Comments
      • Given: The site visitor is registered or is sign in and have navigated to a particular blog post
      • When: The site visitor click on "Our blog" button
      • Then: The site visitor is able to see and read the comment writen about the post.

Design

Testing

Technologies

Deployment

The site was deployed to Heroku. The steps used are as follows:

Credits

Dedication

top of page