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

Open
wants to merge 50 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
50 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
41420d8
Merge branch 'master' into published-data-refactor
martin-trajanovski Jul 28, 2025
6b8f3d9
fix the failing e2e test
martin-trajanovski Jul 29, 2025
db74503
Merge branch 'published-data-refactor' of https://github.com/SciCatPr…
martin-trajanovski Jul 29, 2025
bbce504
sourcery review fixes and improvements
martin-trajanovski Jul 30, 2025
712ffe0
Merge branch 'master' into published-data-refactor
martin-trajanovski Jul 30, 2025
eb31e47
add the array custom renderer to fix a known issue with error count
martin-trajanovski Aug 4, 2025
89f0265
Merge branch 'master' into published-data-refactor
nitrosx Aug 7, 2025
dce2009
Merge branch 'master' into published-data-refactor
martin-trajanovski Aug 13, 2025
4f92a0c
fix the missing import
martin-trajanovski Aug 13, 2025
c877f35
Merge branch 'published-data-refactor' of https://github.com/SciCatPr…
martin-trajanovski Aug 13, 2025
c193aef
fix some linting errors
martin-trajanovski Aug 13, 2025
b5c5ee5
fix failing build
martin-trajanovski Aug 14, 2025
de46e22
add custom accordion array renderer and improve the form usability an…
martin-trajanovski Aug 14, 2025
4ef9c95
rename Data Publication to Published Data
martin-trajanovski Aug 15, 2025
bd924de
finetune the published data dataset list edit workflow
martin-trajanovski Aug 15, 2025
44cd02f
resolve merge conflicts
martin-trajanovski Aug 15, 2025
28bdd14
add change selection button and improve accordion errors and open state
martin-trajanovski Aug 18, 2025
4dcbc9d
fix tests
martin-trajanovski Aug 18, 2025
886b758
fix some failing tests and improve check logic for exiting the datase…
martin-trajanovski Aug 19, 2025
3d98ed8
Merge branch 'master' into published-data-refactor
martin-trajanovski Aug 19, 2025
9d9241c
Merge branch 'master' into published-data-refactor
martin-trajanovski Aug 22, 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 @@ -36,7 +36,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