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

Create the table view component #1

Open
gdrouet opened this issue Nov 7, 2016 · 0 comments
Open

Create the table view component #1

gdrouet opened this issue Nov 7, 2016 · 0 comments
Assignees
Labels
Milestone

Comments

@gdrouet
Copy link
Contributor

gdrouet commented Nov 7, 2016

User story

  • As a Reactivity user having an access to an organization
  • I want to display the artifacts or my organization in a table with 4 columns BACKLOG, TODO, WIP, DONE
  • So I can see my activity in a KANBAN

Acceptance criteria

This user stories is built on top of acceptance criteria defined in #4

  • All artifacts manually added to the DB are dispatched in the columns regarding their status category
  • Artifacts are listed in a column from top to down in order of creation
  • If no status is associated to an artifact, the artifact is moved to backlog column
  • Possibility to move an artifact from one column to another with drag and drop

Technical considerations

This user stories is built on top of technical considerations defined in #4

Out of scope

Things out of scope in #4 are also out of scope here.

The features are also strongly limited for this first iteration:

  • No rows
  • Pre-defined columns
  • Don't update the DB when an artifact is moved
@gdrouet gdrouet added this to the 0.1.0 milestone Nov 7, 2016
@gdrouet gdrouet added the feature label Nov 7, 2016
@gdrouet gdrouet self-assigned this Nov 7, 2016
@gdrouet gdrouet changed the title Create the table view component. Create the table view component Nov 11, 2016
@gdrouet gdrouet modified the milestones: 0.2.0, 0.1.0 Nov 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant