Skip to content

Known issues

Amy Ly edited this page May 19, 2024 · 3 revisions
  1. Copy code function required bypass from chrome to work - needs to change to https if needed this function to work properly
  2. Currently there is no authorisation/ SSO implemented for login and no user database
  3. The datasets created via registration are only stored in array in memory and not actually write into a file/ database, which will be lost upon restarting the server
  4. Datasets created via registration can not be rendered in view dataset page due to them not being actually written in the database/ json file
  5. Registering a dataset will automatically assign them to be of id PDC, this is due to other types of datasets not being implemented as a choice in the registration form as this required the count for each type to be known; which is probably easier if there is an actual database being used