Skip to content

Project Requirements

Nana Boateng edited this page Jan 8, 2024 · 3 revisions
  • View all variables related to a file
  • View all variable groups related to a file
  • Indicate when a variable is not assigned to a group (and there are groups existing).
  • Change variable group name
  • Change variable group position (draggable/with up and down arrows)
  • Add a variable to a specific group
  • Add multiples variables to a specific group at the same time
  • Delete group
  • Change the weight of multiple variables at the same time
  • View variable charts, weighted data
  • Edit variable information
  • Navigate to the next and previous variable when editing a variable/viewing its chart.
  • Download Codebook (partial XML)
  • Download DDI (full XML)
  • Download HTML
  • Import new variable data in DDI format as XML
  • Should track users with Matomo
  • Should be able to change between French and English
  • Save the edited dataset to DataVerse

Testing

Welcome Component

  1. Display H1, 'Welcome...'
  2. Display input field for File ID
  3. Display input field for Site URL
  4. Display input field for API Key
  5. Display checkbox to Save Credentials
  6. Display button to search dataverse
  7. Display message under file ID if search button is clicked and input field is empty
  8. Display message under file ID if search button is clicked and input field is invalid
  9. Display message under site URL if search button is clicked and input field is invalid
  10. Display message under file ID if search button is clicked and file not found
  11. Display message under API Key if search button is clicked, checkbox selected, but input field empty
  12. API Key is saved to local storage if checkbox selected, all inputs are valid and search button clicked
  13. Display notification if file found, and API Key saved.
Clone this wiki locally