-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add wallet and reward nodes to platform settings navigation - E…
- Loading branch information
1 parent
26b796e
commit 9a81ff7
Showing
5 changed files
with
164 additions
and
0 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
20 changes: 20 additions & 0 deletions
20
wallet-webapps/src/main/resources/locale/navigation/portal/administration_en.properties
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,20 @@ | ||
# | ||
# This file is part of the Meeds project (https://meeds.io/). | ||
# Copyright (C) 2023 Meeds Association | ||
# contact@meeds.io | ||
# This program is free software; you can redistribute it and/or | ||
# modify it under the terms of the GNU Lesser General Public | ||
# License as published by the Free Software Foundation; either | ||
# version 3 of the License, or (at your option) any later version. | ||
# This program is distributed in the hope that it will be useful, | ||
# but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
# Lesser General Public License for more details. | ||
# You should have received a copy of the GNU Lesser General Public License | ||
# along with this program; if not, write to the Free Software Foundation, | ||
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | ||
# | ||
portal.administration.home=Platform settings | ||
portal.administration.recognition=Recognition | ||
portal.administration.wallet=Wallet | ||
portal.administration.reward=Reward |
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
51 changes: 51 additions & 0 deletions
51
...t-webapps/src/main/webapp/WEB-INF/conf/wallet/portal/portal/administration/navigation.xml
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,51 @@ | ||
<?xml version="1.0" encoding="ISO-8859-1"?> | ||
<!-- | ||
This file is part of the Meeds project (https://meeds.io/). | ||
Copyright (C) 2023 Meeds Association contact@meeds.io | ||
This program is free software; you can redistribute it and/or | ||
modify it under the terms of the GNU Lesser General Public | ||
License as published by the Free Software Foundation; either | ||
version 3 of the License, or (at your option) any later version. | ||
This program is distributed in the hope that it will be useful, | ||
but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
Lesser General Public License for more details. | ||
You should have received a copy of the GNU Lesser General Public License | ||
along with this program; if not, write to the Free Software Foundation, | ||
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | ||
--> | ||
<node-navigation | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://www.gatein.org/xml/ns/gatein_objects_1_6 http://www.gatein.org/xml/ns/gatein_objects_1_6" | ||
xmlns="http://www.gatein.org/xml/ns/gatein_objects_1_6"> | ||
<priority>3</priority> | ||
|
||
<page-nodes> | ||
<node> | ||
<name>home</name> | ||
<label>#{portal.administration.home}</label> | ||
<icon>fas fa-cog</icon> | ||
<node> | ||
<name>recognition</name> | ||
<label>#{portal.administration.recognition}</label> | ||
<icon>fas fa-trophy</icon> | ||
<node> | ||
<name>wallet</name> | ||
<label>#{portal.administration.wallet}</label> | ||
<icon>fas fa-wallet</icon> | ||
<page-reference>portal::administration::walletAdministration</page-reference> | ||
</node> | ||
<node> | ||
<name>reward</name> | ||
<label>#{portal.administration.reward}</label> | ||
<icon>fas fa-coins</icon> | ||
<page-reference>portal::administration::rewardAdministration</page-reference> | ||
</node> | ||
</node> | ||
</node> | ||
</page-nodes> | ||
</node-navigation> |
60 changes: 60 additions & 0 deletions
60
wallet-webapps/src/main/webapp/WEB-INF/conf/wallet/portal/portal/administration/pages.xml
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,60 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
This file is part of the Meeds project (https://meeds.io/). | ||
Copyright (C) 2023 Meeds Association contact@meeds.io | ||
This program is free software; you can redistribute it and/or | ||
modify it under the terms of the GNU Lesser General Public | ||
License as published by the Free Software Foundation; either | ||
version 3 of the License, or (at your option) any later version. | ||
This program is distributed in the hope that it will be useful, | ||
but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
Lesser General Public License for more details. | ||
You should have received a copy of the GNU Lesser General Public License | ||
along with this program; if not, write to the Free Software Foundation, | ||
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | ||
--> | ||
<page-set xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://www.exoplatform.org/xml/ns/gatein_objects_1_8 http://www.exoplatform.org/xml/ns/gatein_objects_1_8" | ||
xmlns="http://www.exoplatform.org/xml/ns/gatein_objects_1_8"> | ||
<page> | ||
<name>walletAdministration</name> | ||
<title>Wallet adminsitration</title> | ||
<access-permissions>*:/platform/rewarding</access-permissions> | ||
<edit-permission>manager:/platform/rewarding</edit-permission> | ||
<container id="singlePageApplicationContainer" template="system:/groovy/portal/webui/container/UIContainer.gtmpl" cssClass="singlePageApplication"> | ||
<access-permissions>*:/platform/users</access-permissions> | ||
<portlet-application> | ||
<portlet> | ||
<application-ref>wallet</application-ref> | ||
<portlet-ref>WalletAdmin</portlet-ref> | ||
</portlet> | ||
<title>Wallet adminsitration</title> | ||
<access-permissions>*:/platform/rewarding</access-permissions> | ||
<show-info-bar>false</show-info-bar> | ||
</portlet-application> | ||
</container> | ||
</page> | ||
<page> | ||
<name>rewardAdministration</name> | ||
<title>Reward administration</title> | ||
<access-permissions>*:/platform/rewarding</access-permissions> | ||
<edit-permission>manager:/platform/rewarding</edit-permission> | ||
<container id="singlePageApplicationContainer" template="system:/groovy/portal/webui/container/UIContainer.gtmpl" cssClass="singlePageApplication"> | ||
<access-permissions>*:/platform/users</access-permissions> | ||
<portlet-application> | ||
<portlet> | ||
<application-ref>wallet</application-ref> | ||
<portlet-ref>RewardAdmin</portlet-ref> | ||
</portlet> | ||
<title>Reward administration</title> | ||
<access-permissions>*:/platform/rewarding</access-permissions> | ||
<show-info-bar>false</show-info-bar> | ||
</portlet-application> | ||
</container> | ||
</page> | ||
</page-set> |