-
Notifications
You must be signed in to change notification settings - Fork 22
Feat/201 - Add to Collection #172
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Conflicts: # src/app/features/project/addons/addons.component.ts # src/app/features/settings/addons/addons.component.spec.ts # src/app/features/settings/addons/addons.component.ts # src/app/shared/components/addons/addon-card-list/addon-card-list.component.ts # src/app/shared/components/addons/addon-card/addon-card.component.ts
# Conflicts: # src/app/features/project/addons/addons.component.html # src/app/features/project/addons/addons.component.ts # src/app/features/settings/addons/addons.component.html # src/app/features/settings/addons/addons.component.ts # src/app/shared/components/addons/addon-card/addon-card.component.html # src/app/shared/components/addons/addon-card/addon-card.component.ts # src/app/shared/enums/index.ts # src/assets/i18n/en.json # src/assets/styles/overrides/button.scss
# Conflicts: # src/app/shared/components/addons/addon-card/addon-card.component.ts # src/app/shared/services/index.ts # src/assets/i18n/en.json # src/assets/styles/styles.scss
# Conflicts: # src/app/core/components/nav-menu/nav-menu.component.ts # src/app/features/collections/components/collections-filter-chips/collections-filter-chips.component.html # src/app/features/settings/tokens/services/tokens.service.ts
# Conflicts: # src/app/features/collections/components/collections-filters/collections-filters.component.html # src/app/features/collections/components/collections-main-content/collections-main-content.component.html # src/assets/styles/overrides/accordion.scss # src/assets/styles/overrides/paginator.scss
# Conflicts: # src/app/features/collections/collections.component.html # src/app/features/collections/collections.component.scss # src/app/features/collections/collections.component.ts # src/app/features/collections/collections.routes.ts # src/app/features/collections/components/collections-filter-chips/collections-filter-chips.component.html # src/app/features/collections/components/collections-filter-chips/collections-filter-chips.component.ts # src/app/features/collections/components/collections-filters/collections-filters.component.html # src/app/features/collections/components/collections-filters/collections-filters.component.ts # src/app/features/collections/components/collections-main-content/collections-main-content.component.html # src/app/features/collections/components/collections-main-content/collections-main-content.component.ts # src/app/features/collections/components/collections-search-results/collections-search-results.component.html # src/app/features/collections/constants/filter-types.const.ts # src/app/features/collections/constants/sort-options.const.ts # src/app/features/collections/enums/index.ts # src/app/features/collections/models/collections-json-api.models.ts # src/app/features/collections/models/index.ts # src/app/features/collections/services/collections-query-sync.service.ts # src/app/features/collections/services/collections.service.ts # src/app/features/collections/store/collections.actions.ts # src/app/features/collections/store/collections.state.ts # src/app/features/preprints/models/preprints.models.ts # src/app/features/preprints/pages/submit-preprint-stepper/submit-preprint-stepper.component.ts # src/app/features/preprints/services/index.ts # src/assets/i18n/en.json # src/assets/styles/styles.scss
# Conflicts: # src/app/features/collections/store/collections/collections.state.ts # src/app/features/my-projects/my-projects.component.ts # src/app/features/my-projects/services/my-projects.service.ts # src/app/features/project/overview/components/overview-toolbar/overview-toolbar.component.ts # src/app/features/project/overview/project-overview.component.ts # src/app/shared/stores/index.ts
# Conflicts: # src/app/features/preprints/pages/submit-preprint-stepper/submit-preprint-stepper.component.ts
# Conflicts: # src/app/features/my-projects/my-projects.component.ts # src/app/shared/stores/index.ts
nsemets
reviewed
Jul 14, 2025
...ponents/add-to-collection/project-contributors-step/project-contributors-step.component.html
Show resolved
Hide resolved
...ions/components/add-to-collection/project-metadata-step/project-metadata-step.component.html
Show resolved
Hide resolved
...ollections/components/add-to-collection/select-project-step/select-project-step.component.ts
Show resolved
Hide resolved
...ollections/components/add-to-collection/select-project-step/select-project-step.component.ts
Show resolved
Hide resolved
...app/features/collections/components/collections-discover/collections-discover.component.scss
Show resolved
Hide resolved
nsemets
approved these changes
Jul 14, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Implementation of the Add to Collection feature
Details
added stepper for the feature
added select project dropdown with search input
added form for editing and updating project metadata (license included)
added step for managing project contributors
added step for configuring collection submission metadata
added functionality for submitting project to the collection
fixed minor bugs and styling issues