Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Content Creator: View view all list #537

Open
3 tasks
ineedsubstance opened this issue Nov 10, 2016 · 0 comments
Open
3 tasks

Content Creator: View view all list #537

ineedsubstance opened this issue Nov 10, 2016 · 0 comments

Comments

@ineedsubstance
Copy link
Contributor

ineedsubstance commented Nov 10, 2016

After landing on the dashboard, users will have the ability to view all content for specific groups of content that they have touched based on user, status, date, etc...

Feature: View all items
  As a Content Creator,
  I want to be able to view a list of all the content related to a specific user, status, or team
  So that I can get an idea of what everyone is working on and quickly find what I am looking for.

  Scenario: My current work
    Given that, it may take several passes before a piece of content is ready for the approval workflow
      And that I may be working on multiple items at once
     When I visit the CMS home page
      And I have clicked on a view all link associated with this content
     Then I will see a list of all the content I am working on
       And the content will be listed in reverse chronological order by last edited date
       And that list will display a maximum of 5 items
       And that list will include a link to view all items if there are more than 5
       And I will see the identifier
       And I will see the date it was last edited
       And I will see a link that will allow me to edit the latest revision
       And I will see the status of that content

  Scenario: All content
    Given that, it may take several passes before a piece of content is ready for the approval workflow
      And that I may be working on multiple items at once
     When I visit the CMS home page
      And I have clicked on a view all link associated with this content
     Then I will see a list of all the content my team (current CMS users) is working on
       And the content will be listed in reverse chronological order by last edited date
       And that list will display a maximum of 5 items
       And that list will include a link to view all items if there are more than 5
       And I will see the identifier
       And I will see the date it was last edited
       And I will see the author's email address
       And I will see a link that will allow me to edit the latest revision
       And I will see the status of that content

  Scenario: Needs approval
    Given that, there is an approval workflow
      And that I may have submitted 1 or more items for approval
      And that I may be waiting for feedback on those items that need approval
     When I visit the CMS home page
      And I have clicked on a view all link associated with this content
     Then I will see a list of all the content I created that needs approval
       And the content will be listed in chronological order by the date sent for approval
       And that list will display a maximum of 5 items
       And that list will include a link to view all items if there are more than 5
       And I will see the identifier
       And I will see the amount of time since the content has been sent for approval (ex. 5 days, 22 hours, 5 mins)
       And I will see the email address of the reviewer of that content
       And I will see a link that will allow me to edit the latest revision
       And I will see a link that will allow me to resend the request to the reviewer to review that content

View all items:

  • My current work
  • My Teams work
  • Needs approval
@ineedsubstance ineedsubstance changed the title Content Creator: View a list of content based on what I have touched Content Creator: View table list all Dec 12, 2016
@ineedsubstance ineedsubstance changed the title Content Creator: View table list all Content Creator: View view all list Dec 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant