Skip to content

feat: published data refactor #1896

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 29 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
1e40f52
refactor: published data review and refactor according to the new req…
martin-trajanovski May 26, 2025
3d8ff6f
Merge branch 'master' of https://github.com/SciCatProject/frontend in…
martin-trajanovski May 27, 2025
f3d9cbb
install jsonforms
martin-trajanovski Jun 5, 2025
522ec48
Merge branch 'master' of https://github.com/SciCatProject/frontend in…
martin-trajanovski Jun 5, 2025
92d9c6d
refactored published data creation form
martin-trajanovski Jun 10, 2025
89bcd02
refactor the published data edit form
martin-trajanovski Jun 10, 2025
f39d9b1
add publish and action
martin-trajanovski Jun 11, 2025
1c3d94e
Merge branch 'master' of https://github.com/SciCatProject/frontend in…
Jun 12, 2025
2c4920d
Merge branch 'master' into published-data-refactor
martin-trajanovski Jun 13, 2025
a08be64
ui improvements in the metadata and registration
martin-trajanovski Jun 13, 2025
63f0112
Merge branch 'master' into published-data-refactor
martin-trajanovski Jun 18, 2025
fec6dca
add ui schema to the jsonforms
martin-trajanovski Jun 18, 2025
a57d097
remove debugger
martin-trajanovski Jun 18, 2025
b8b733a
add possibility to edit datasets in published data before details page
martin-trajanovski Jun 18, 2025
d5ddeb9
Merge branch 'master' of https://github.com/SciCatProject/frontend in…
martin-trajanovski Jun 19, 2025
af6fa48
improve error messages and fix some small issues
martin-trajanovski Jun 19, 2025
66fdeb0
improve the flow of editing dataset list of a private published data
martin-trajanovski Jun 23, 2025
8dfa57c
final improvements and start fixing unit tests
martin-trajanovski Jun 27, 2025
ce10822
fix rest of the unit tests
martin-trajanovski Jun 27, 2025
b6608b4
Merge branch 'master' into published-data-refactor
martin-trajanovski Jun 27, 2025
f58c6e3
fix some linting issues
martin-trajanovski Jun 27, 2025
abb7eed
linting issue
martin-trajanovski Jun 27, 2025
c9ee8eb
fix some of the failing e2e tests
martin-trajanovski Jun 27, 2025
b3383c9
access improvements and add amend button
martin-trajanovski Jun 30, 2025
889e8c7
add the delete functionality for published data
martin-trajanovski Jul 1, 2025
b77f9b1
fix lint errors
martin-trajanovski Jul 1, 2025
ff960a0
Merge branch 'master' into published-data-refactor
martin-trajanovski Jul 1, 2025
34556e5
test: add e2e tests for the published data
martin-trajanovski Jul 2, 2025
4c6b94b
remove the delete button from the published data for now
martin-trajanovski Jul 3, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cypress/e2e/datasets/datasets-publish.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ describe("Datasets", () => {

cy.get("#abstractInput").type("some abstract text");

cy.get("#publishButton").click();
cy.get("#saveAndContinueButton").click();

cy.get("#doiRow").should("exist");
});
Expand Down
Loading
Loading