inveniosoftware / invenio-rdm-records

DataCite-based data model for InvenioRDM flavour.
https://invenio-rdm-records.readthedocs.io
MIT License
15 stars 87 forks source link

access-requests: improve styling #1403

Closed ntarocco closed 1 year ago

ntarocco commented 1 year ago

After requesting access to the restricted files, the user will receive an email with the link: https://<mydomain>/access-requests/verify?access_request_token=<token>

Here the page:

Screenshot 2023-08-09 at 16 58 28

Users have to submit the request by themselves, using the "submit" button on the top right. After submitting the page looks like this:

Screenshot 2023-08-08 at 15 19 03

This UX of this page requires more work. Template: invenio_app_rdm/requests_ui/templates/semantic-ui/invenio_requests/guest-access-request/index.html

kpsherva commented 1 year ago

fixed as part of https://github.com/inveniosoftware/invenio-rdm-records/issues/1395