Konstantina Galouni
4f62befa74
1. Curator.java & CuratorResponse.java: Added field private boolean visible = true; to allow curators have a profile but not be visible in the Gateway. 2. CuratorService.java: In method "getCurators()" called by /{pid}/curator, return curators that have a profile and the profile is visible. 3. MenuAlignment.java: Enum created for menu alignment options. 4. Menu.java & MenuFull.java: Added field public MenuAlignment featuredAlignment = MenuAlignment.CENTER; to allow dynamic alignment of the Gateway custom menu. 5. MenuController.java: Added api method "alignMenu()" (/community/{pid}/menu/align), to change alignment of the custom menu. 6. MenuService.java: Added method "alignMenu()" | Set featuredAlignment field (default to "CENTER"). |
||
---|---|---|
src | ||
.gitignore | ||
bug_fix_db.js | ||
deployments.txt | ||
init_db.js | ||
migrateCommunityIn_db.js | ||
pom.xml | ||
synchronize_dbs.js | ||
update_db.js |