Skip to content
Snippets Groups Projects

Resolve "requirements.md: User requirements"

Merged Alexander Shervud requested to merge 12-requirements-md-user-requirements-2 into master
1 file
+ 5
6
Compare changes
  • Side-by-side
  • Inline
+ 5
6
@@ -23,11 +23,11 @@
### User Stories
1. "As a researcher, I want to customize the plotting f.e. like color,axes titles, sorting and colors, so that I can fit the output to my needs"
2. "As a user I want to know who made contributed to this project and have a proper README and other supporting files.
3. "As a researcher I want the dataset to be properly processed. The data should be cleaned and unnecessary/unusable either already deleted or easyily removable. Thereby the data is easier to understand and work with.
4. "As a user I want a license that let me use, view and extend on the code"
5. "As a researcher I want multiple plotting options. I would like
2. "As a user I want to have detailed documentation/docstrings and logs in case I make a mistake using the code. This should make fixing my mistakes and using the software more straight forward.
3. "As a user I want to know who made contributed to this project and have a proper README and other supporting files.
4. "As a researcher I want the dataset to be properly processed. The data should be cleaned and unnecessary/unusable either already deleted or easyily removable. Thereby the data is easier to understand and work with.
5. "As a user I want a license that let me use, view and extend on the code"
6. "As a researcher I want multiple plotting options. I would like
- bar charts,
- stacked bars,
- grouped bar charts,
@@ -37,7 +37,6 @@
plots to be included.
6. "As a user I want to have detailed documentation/docstrings and logs in case I make a mistake using the code. This should make fixing my mistakes and using the software more straight forward.
7. "As a researcher I want easy ways to filter the data and pull information from that. For example
- Pulling the unique answers in one column
- Answers grouped by size
Loading