You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
See the backend issue for context. Users should be able to put in technical resources for new datasets, but not reused ones. A dataset can have multiple technical resources. A technical resource has a name and a description attribute, but only the name is required for our purposes, since this way its kept more userfriendly. (So you dont need the description input and null can be sent to the backend for description - I discussed this with Tomasz) Name input should be a textarea though, since user might want to put in multiple lines, but with a 255 character limit.
For wordig an dhelptext, consult the common standard and or Christiane/Tomasz.
Additionally, you have to solve the size problem here, the table is already dangerously small, especially with multiple technical resources:
Maybe add a menu point that shows additional info on demand, and only show the most relevant points per dataset in the table? Other ideas are also welcome.
The text was updated successfully, but these errors were encountered:
Description
See the backend issue for context. Users should be able to put in technical resources for new datasets, but not reused ones. A dataset can have multiple technical resources. A technical resource has a name and a description attribute, but only the name is required for our purposes, since this way its kept more userfriendly. (So you dont need the description input and null can be sent to the backend for description - I discussed this with Tomasz) Name input should be a textarea though, since user might want to put in multiple lines, but with a 255 character limit.
For wordig an dhelptext, consult the common standard and or Christiane/Tomasz.
Additionally, you have to solve the size problem here, the table is already dangerously small, especially with multiple technical resources:
![image](https://private-user-images.githubusercontent.com/80054001/389877157-8da7b808-9ef3-490a-926c-8aa90088d1d7.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyMjc2NjMsIm5iZiI6MTczOTIyNzM2MywicGF0aCI6Ii84MDA1NDAwMS8zODk4NzcxNTctOGRhN2I4MDgtOWVmMy00OTBhLTkyNmMtOGFhOTAwODhkMWQ3LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDIyNDI0M1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTgyYzg4YjdhYTU5Njc0ZTU3OTdlNzI4NGJkM2M2YjgzNDY2YzdlMmI2ODBjNDZjZDFiNTY3ZmM3NDUxY2IwZGEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.DtFZ9e4bH8rmJSFfJudl62dMU_f9gB_WqrPsyojsjzA)
Maybe add a menu point that shows additional info on demand, and only show the most relevant points per dataset in the table? Other ideas are also welcome.
The text was updated successfully, but these errors were encountered: