2.1.2 (2021-06-15)
- login: scope modal to engine container (0c83095)
2.1.1 (2021-06-14)
- styling: small changes to fix integration styling issues (eacf57b)
2.1.0 (2021-06-08)
- building: new the API does not always deliver a street object for the entrance list (b7d7770)
- building: on creation, set a dummy entrance with the current municipality (468a6a9)
- checkbox: set value instead of checked on input (559a9e8)
- building: add heating forms (7029054)
- building: add update form for buildings for simple fields (f49c637)
- building: buildings can be created and kindOfWork can be updated (1745f9b)
- models: add building related models (71befeb)
2.0.1 (2021-05-10)
- municipalities: move municipalities out of env since this is not read and move into a model file (480691e)
2.0.0 (2021-05-06)
- project-table: cast eproid from data model to number for comparison (6a15404)
- login: add municipality select to login (226a9b6)
- login: rename
municipalityId
tomunicipality
in config
1.10.2 (2021-04-27)
- buildingWork: Dont show a work entry which has no building (0f38b38)
- delete project: fetch projects after delete (8c98894)
1.10.1 (2021-04-26)
- client: only submit client form if organisation name or offical name is present (baa01f3)
1.10.0 (2021-04-26)
- BREAKING CHANGE: move auth token and camac group to gwr config service (8142c72)
1.9.0 (2021-04-16)
- dependencies: add session as service dependency (68ca843)
- organisation form: add explanation to the UID field (0ed51d5)
1.8.0 (2021-04-16)
- auth-fetch: set
retry
to true after one failed attempt infetch
(0a3d65a)
- client: implement organisation form (61bec87)
- organisation form: add explanation to the UID field (864c436)
1.7.0 (2021-04-14)
- auth: reenable configuration for user and password in the config service (b97289c)
- linked-buildings: add entries to table for identification (c541e7f)
1.6.0 (2021-04-12)
- form navigation: update to ember 2.24 to fix
<LinkTo>
issues in engines (d592c14) - login-modal: handle application state after login (9156b87)
- project: rename service constructionProject->gwr (8391324)
- select: fix typeofwork select in link projects screen (8221112)
- xml: update namespace and rename field constructionSurveyDep (0f4401d)
- authentication: implement a login modal for the gwr api (d2c1264)
1.5.3 (2021-03-30)
- models: dont take class name as querySelector root for xml (2ba8400)
1.5.2 (2021-03-26)
- select: convert the values to number for selects since otherwise the active option is broken (0ce3ca4)
1.5.1 (2021-03-24)
- modal: set the container of the modal so its still in a uikit context (e2f32e0)
1.5.0 (2021-03-22)
- checkbox: set checkvalue according to passed data (faa91b0)
- form: set constructionSurveyDept from config and make field readonly (303ebbb)
- linked-buildings: dont transition to form if current route is linked-buildings (5bdf9a7)
- linked-table: reload table if new project is added (96ac1ff)
- building-search: implement building search mask (b52aab6)
- buildings: display linked buildings with ability to remove them (5125df8)
- link-building: add error handling (1babd88)
- link-building: add form modal for kindOfWork (80cb62a)
- link-building: add update call to bind buildings (aca5b21)
1.4.1 (2021-03-10)
- project/new: return instance id from model hook and not an object (5fb64ca)
1.4.0 (2021-03-10)
- form: add remove link button (427fde4)
1.3.0 (2021-03-08)
- login: make login credentials configurable (684c07d)
1.2.1 (2021-03-05)
- service/construction-project: fix url for project search (2f1f459)
1.2.0 (2021-03-05)
- gwr-api: make gwr endpoint configureable (861bce9)
1.1.1 (2021-03-04)
- form: fix data import since we already recieve a json object and not a response (ab7705a)
1.1.0 (2021-03-04)
- gwr-config: remove the need for the api config since we now outsource the fetching to the host app (938a313)
- adapter: remove adapter since a adapter should come from the hostap (f0737e4)
- create-project: we now can create projects (8195bcc)
- model: specify "root" object for selectors (a62e466)
- project/form: fix some routing issues related to the new route (be40085)
- routes: remove landing-page from routes since we deleted this in the second to last commit (c47b64b)
- service/construction-project: actually return the project from the response and fix type in EGRID property naming (9bae3b7)
- token: send wsk_id as a number otherwise the backend returns a 500 error (584303e)
- translations: add translations for the link table (2f5bc2d)
- xml: change xml to work with the new api version (4544cc7)
- xml-model: keep default structure of model if no field is in xml (801bcbc)
- api: add interface model
SearchResult
to handle search results (b18bec3) - form-prototype: add seperate landing-page and apply all button for import (e7ce49f)
- form-prototype: add seperate landing-page and apply all button for import (1dc4cd7)
- import: rename the fetch service and implement the import (c52cd91)
- init: initial setup (cbb9a97)
- init: initial setup (5007f15)
- init: initial setup (e6aafa8)
- link-existing: first xml api setup (dcc19bc)
- link-existing: start with search (de32c85)
- linked-project-list: display a list of linked projects (34ef2c6)
- models: enhance models and api service (75e2236)
- models/construction-project: work on xml templates (6d72262)
- project-form: add prototype (fc82ced)
- add cors proxy to dev setup (81fb3f8)
- project-form: make form more reusable (1eb095a)
- data import api (673815a)
- save gwr project links in backend (7b29eba)
- search: first attempt at an search interface (ee0d073)
- search: search by EPROID (27be5da)
- search-project: add validation for filter form (319ee48)
- search-project: finalize implementation of search ui and xml api interface (5610508)
- xml-api: add primitive xml api handling (8e8ef8f)