Skip to content

Conversation

Girik1105
Copy link

Guidelines for Pull Requests

If you haven't yet read our code review guidelines, please do so, You can find them here.

Please confirm the following by adding an x for each item (turn [ ] into [x]).

  • I have removed all code style changes that are not necessary (e.g. changing blanks across the whole file that don’t need to be changed, adding empty lines in parts other than your own code)
  • I am not making any changes to files that don’t have any effect (e.g. imports added that don’t need to be added)
  • I do not have any sysout statements in my code or commented out code that isn’t needed anymore
  • I am not reformatting any files in the wrong format or without cause.
  • I am not changing file encoding or line endings to something else than UTF-8, LF
  • My pull request does not show an insane amount of files being changed although my ticket only requires a few files being changed
  • I have added Javadoc/documentation where appropriate
  • I have added test cases where appropriate
  • I have explained any part of my code/implementation decisions that is not be self-explanatory

Please provide a brief description of your ticket

(you can copy the ticket if it hasn't changed)

Sitemap: a user should be able to define the order spaces appear in the site menu of the public page

Description

Right now, on the public site, the menu simply lists all published spaces. The user has no control over the order. For this ticket two things should be implemented:
by default the spaces should be ordered alphabetically by name
a user should be able to switch between alphabetically ordered, ordered by creation date, and a custom order.
For the custom order, there should be a page (on the staff side) that lists all spaces and the user can simply arrange them in the order they should be shown.
For this ticket, keep in mind that we might add a feature that allows users to create a nested sitemap (not this ticket though).

Anything else the reviewer needs to know?

... describe here ...

tusanand and others added 28 commits August 15, 2022 13:53
…into story/vspc-190

# Conflicts:
#	vspace/src/main/java/edu/asu/diging/vspace/core/aspects/ExhibitionDataAspect.java
#	vspace/src/main/java/edu/asu/diging/vspace/core/model/IExhibition.java
#	vspace/src/main/java/edu/asu/diging/vspace/core/model/impl/Exhibition.java
#	vspace/src/main/java/edu/asu/diging/vspace/core/services/impl/ExhibitionManager.java
#	vspace/src/test/java/edu/asu/diging/vspace/core/services/impl/ExhibitionManagerTest.java
…aces-2.0 into story/vspc-190

# Conflicts:
#	vspace/src/main/java/edu/asu/diging/vspace/core/aspects/ExhibitionDataAspect.java
#	vspace/src/main/java/edu/asu/diging/vspace/core/model/impl/Exhibition.java
#	vspace/src/main/java/edu/asu/diging/vspace/core/services/impl/ExhibitionManager.java
Moved the custom order link to the spaces page.
After cresting a new custom order, the application moves to the main custom order page and shows success message.
…page

Added a success popup to indicate successful change of custom order selection
Modified some css on spacelist.html
…into story/vspc-190

# Conflicts:
#	vspace/src/main/java/edu/asu/diging/vspace/web/staff/SpaceController.java
implemented review comments
…into story/vspc-190

# Conflicts:
#	vspace/src/main/java/edu/asu/diging/vspace/core/model/IExhibition.java
#	vspace/src/test/java/edu/asu/diging/vspace/core/services/impl/ExhibitionManagerTest.java
@diging-jenkins
Copy link

Can one of the admins verify this patch?

1 similar comment
@diging-jenkins
Copy link

Can one of the admins verify this patch?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants