-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [VSPC-72] Adding status to Space * [VSPC-72] Adding status to Space * [VSPC-72] Loading only published spaces in the exhibition. * [VSPC-72] Resolving CodeFactor issues * [VSPC-72] Trying to fix issues caught by CodeFactor * [VSPC-72] Fixing indentation for VSpaceElement * [VSPC-72]Status check on request to load Space * [VSPC-72] Resolution to the review comments * [VSPC-72] Code style fix * [VSPC-72] Fixes for review comments * [VSPC-72]Resolving conflicts * [VSPC-72] Fixing indentation and resolving conflicts * [VSPC-72] Adding comments for null space status check * [VSPC-72] Updating the URL for status update * [VSPC 72] JUnit Test cases for space status * [VSPC-72] JUnit Test Cases for Space status as null, pub and unpublished * [VSPC-72] Adding published spaces to space layout * [VSPC-72] UI fixes and JUnit Test Case for Space not found
- Loading branch information
1 parent
64cd9fc
commit 0c7b2e5
Showing
14 changed files
with
360 additions
and
150 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
6 changes: 6 additions & 0 deletions
6
vspace/src/main/java/edu/asu/diging/vspace/core/model/impl/SpaceStatus.java
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
package edu.asu.diging.vspace.core.model.impl; | ||
|
||
public enum SpaceStatus { | ||
PUBLISHED, | ||
UNPUBLISHED | ||
} |
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.