Skip to content

Releases: inosca/ember-ebau-gwr

v1.1.0

04 Mar 16:24
Compare
Choose a tag to compare

1.1.0 (2021-03-04)

Features

  • gwr-config: remove the need for the api config since we now outsource the fetching to the host app (938a313)

v1.0.0

04 Mar 13:18
Compare
Choose a tag to compare

1.0.0 (2021-03-04)

Bug Fixes

  • 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)

Features

  • 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)