Skip to content

Tags: NASA-PDS/doi-ui

Tags

v1.3.0

Toggle v1.3.0's commit message
upgrade version

v1.2.0

Toggle v1.2.0's commit message
upgrade version

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #164 from NASA-PDS/doi-ui-159-cognito-auth

ADD application level authentication (with Cognito)

v1.0.1

Toggle v1.0.1's commit message
Fix Broken Styling On Build #132

-Fixed a bug where the component stylings would over write each other. This occurred because the theme provider was missing.
-Removed the banner component as this should deployed separately from the doi ui app.
-The banner component would also interfere with the styling since it uses withStyles while the rest of the app would use makeStyles.
-Added missing styling for the home call to action buttons.

v1.0.0

Toggle v1.0.0's commit message
prepare v1 release

v0.4.0

Toggle v0.4.0's commit message
Fix Wildcard Searching #85

-Changed identifier to ids for searching by wildcard.

v0.3.1

Toggle v0.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Navigation Fix #70 (#74)

-Changed BrowserRouter to HashRouter. This is due to the build procedure not allowing a basename to be determined ahead of time.

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
New Landing Page and Adjusted User Flow (#51)

* Rework userflow for DOI UI

- Remove navigation buttons for Release and Reserve
- Add navigation buttons for Home, Search, and FAQ
- Add new page for Home
- Add new page for FAQ
- Add new page for Create DOI
- Display error/warning messages on page from which raised

Addresses #44
Addresses #34
Possibly addresses #41
Possibly addresses #42

* Correct button text and API calls

- Revert to appropriate actions, i.e. 'draft' and 'reserve' only
- Edit button text to say 'Submit for Review' instead of 'Release

Additional changes:
- Display DOI of newly reserved item in success message
- Add margin to bottom of page

Resolves #47
Continues #44

v0.2.0

Toggle v0.2.0's commit message
add command to start the backend api

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Change header content-type to XML (#43)

This was set as "application/xml" which was causing an error for both
'Save' and 'Release' actions.

Resolves #39