[TOB-127,21,406,74,315,52,92,354,391] feat: v0.9.0
[TOB-127] feat: Add components to display statement details
* Add back end calls for statement details
* Add component to display general statement information
* Add component to display geographic position
* Add component to display contribution status
* Add component to display statements inbox attachments
* Add component to display statements outbox attachments
* Add component to display linked statements
* Integrate details components in details page
* Integrate details components in form components
* Refresh process history on task change
[TOB-21] feat: Add functionality to manually redispatch statement email
* Add back end calls to redispatch statement email
* Add store actions and effect for redispatching statement email
* Integrate store into statement details page
[TOB-406] feat: Add statement search
* Extend back end API interface for search parameters
* Add component for search filters
* Add sorting buttons to statement table component
* Integrate statement search into search page
[TOB-74] feat: Add map to position search page
* Reorganize routing of search subpages
* Add directive to display leaflet popups
* Integrate leaflet map, markers and popups into position search page
[TOB-315] feat: Add search functionality to position search page
* Add back end calls for position search
* Add store effect for position search
* Integrate search component and store into position search page
[TOB-52] feat: Add GIS call to leaflet map
* Reorganize website configuration to separate config file
* Add back end calls to transform geographic positions
* Add store module for leaflet map
* Add store effecto to open GIS
* Integrate store module into map components
* Match leaflet styling to openk theme
[TOB-92] feat: Add upload functionality for consideration attachments
* Add component to display and upload consideration attachments
* Integrate component into details page
[TOB-354] feat: Add dockerfiles
[TOB-391] fix: Fix minor bugs
* Cancel rerouting of email when leaving mail page
* Prevent refetching of deleted emails
* Properly reset error messages in side menu
* Also perform contact search in new statement page when no mailid is provided
* Close drop downs on scroll
* Fix minor styling issues
Signed-off-by:
Christopher Keim <keim@develop-group.de>
Dockerfile
0 → 100644
app.config.json
0 → 100644
docker/buildDocker/README.md
0 → 100644
docker/buildenv/Dockerfile
0 → 100644
docker/buildenv/README.md
0 → 100644
docker/buildenv/build
0 → 100755
{ | ||
"name": "openkonsequenz-statement-public-affairs", | ||
"version": "0.8.0", | ||
"version": "0.9.0", | ||
"description": "Statement Public Affairs", | ||
"license": "Eclipse Public License - v 2.0", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://git.eclipse.org/r/plugins/gitiles/openk-usermodules/org.eclipse.openk-usermodules.statementPublicAffairs.frontend" | ||
}, | ||
"routes": { | ||
"spaFrontend": "/statementpaFE", | ||
"spaBackend": "/statementpaBE", | ||
"portal": "/portalFE", | ||
"contactDataBase": "/contactdatabase" | ||
}, | ||
"leaflet": { | ||
"urlTemplate": "https://localhost:4200/{s}/{z}/{x}/{y}.png", | ||
"attribution": "©", | ||
"gis": "http://localhost:4200?X=##C_X##&Y=##C_Y##pLLX=##LL_X##&pLLY=##LL_Y##&pURX=##UR_X##&pURY=##UR_Y##&user=##OS_USER##", | ||
"lat": 49.87282103349044, | ||
"lng": 8.651196956634523, | ||
"zoom": 12 | ||
}, | ||
"scripts": { | ||
"-- Build ----------------": "", | ||
"build": "ng build --prod --base-href /statementpaFE/", | ||
... | ... |
Please register or sign in to comment