-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Smcsw 19/grouped records, image preview and cover images (#43)
* Initial backend work and frontend exploration * More work on group importing * Working on group records * More Group work, pushing for sync to other pcs * Frontend integration of Group into AM * Potential image working? Also fixes display bug * Touch up on image rendering, completion of basic group editing. - Uploading and Deletion to be completed. * Possibly a working Group Uploading feature? - Must beta test. - Adds in button to Info Page to open configs (QOL Feature) - Changes policies to be "empty" * Bug fixes and small changes to get Groups to upload. * Fixes issue with jenkins crashing on building 2.0.6 * Allows cover images to be uploaded to server. - See SMCSW-46 .
- Loading branch information
Showing
29 changed files
with
1,640 additions
and
220 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
dist/ | ||
node_modules/ | ||
out/ | ||
.idea/ | ||
|
||
# Logs | ||
logs | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
|
||
export interface IJsonSerializable<V> { | ||
|
||
toJson(); | ||
|
||
// fromJson: (modelJson: {}) => V; | ||
} |
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
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.