Skip to content

Latest commit

 

History

History
155 lines (141 loc) · 17.6 KB

CHANGELOG.md

File metadata and controls

155 lines (141 loc) · 17.6 KB

ØKP4 Portal-Web changelog

1.1.0 (2023-01-25)

Bug Fixes

  • api: reverse join for workflow url (d519209)
  • rename authentication by authorization (e75d1c4)
  • use getServerSideProps at runtime (9f88558)

Features

  • add introduction & return button to create page (1c8f6a1)
  • add workflow builder to create page (cfb2492)
  • api: add custom RouterError class (552c43a)
  • api: add workflow route for knowledge creation (81d4bf2)
  • api: export workflow response type (8cdada7)
  • api: implement final filter & size on dataset and svc (7d43b22)
  • api: implement post dataset (f5a82a1)
  • api: improve api implementation (1976e39)
  • api: rework rest endpoints with store (a16e2de)
  • api: rework store based on fs (197c9f1)
  • create page (82b7bf5)
  • i18n: update workflow translations (7607c04)
  • redirect navigation item create to create page (5b57c27)
  • ui: add config into create page (984cd8b)
  • ui: add workflow sync (bb7f797)

1.0.0 (2023-01-12)

Bug Fixes

  • adapt dataspace options width & its overflow (0b68d47)
  • add dataspaces fallback at first mount (be9db10)
  • add overflow to parent element for safari (2fec0c0)
  • add the right name for the knowledge (89a0d44)
  • api: handle route erros for size paramter (8fee486)
  • api: handle size default value (cd346b4)
  • change footer text color to a remaining white color (f31532b)
  • change incorrect description of the Sirene knowledge dataset (f2df867)
  • data: modify wrong service's dataspaceId (47c85f5)
  • declare properties as string (and not date) (6715ffc)
  • detect current category based on routing url (5932be9)
  • fetch config through relative path (d69acb1)
  • fix formatByte to comply with SI (538f1c5)
  • fix incorrect response implementation (810cbec)
  • fix typo in folder (5066709)
  • go to canonical config fetching for dataspaces (e3b6724)
  • hack header component to correlate page with menu item (2e0bf56)
  • i18n: split by property (14bb6f6)
  • improve resource descriptions (66c7741)
  • some corrections (af1be46)
  • style: change color from hexadecimal to w3 color keyword (557b046)
  • style: let stylelint autofix fixable errors (e26a476)
  • style: replace all id selectors (3af5883)
  • ui: check knowledge graph availability in dataset (6d24c13)
  • ui: enhance fetch for explore view (cff2940)
  • ui: remove provider element for dataspace card (e3d4fa1)
  • unwrap graph into its plain dot format (f178889)

Features

  • adapt next config module rules (d5176a5)
  • add 2 final dataset in knowledge universe (ae2b18f)
  • add a service in second position for know universe (2e1aecf)
  • add api calls (a9fc830)
  • add api routing (0455c9d)
  • add api with fake data (e375bc1)
  • add background image for conent cards (d45bc9f)
  • add background images (28a8cc5)
  • add background images in css (d316308)
  • add body component (627d548)
  • add chain suggestion for Keplr (ac2dfa5)
  • add counters and governance (cabdd05)
  • add dataset on json and update one (28daa3a)
  • add DataspaceSummaryProps (5ffd68b)
  • add domain resources as json (50349a8)
  • add env variable to dockerfile (706e053)
  • add environment url variables with handler (dc20199)
  • add explore layout with fake data (5b40bb6)
  • add explore/:id page layout with fake data (0f9f3e4)
  • add fake api (05494ac)
  • add fake data with api dynamic route (36f9648)
  • add filters on api calls (cfda2bd)
  • add final dataset feature (b3d7aed)
  • add first page with content (33df05b)
  • add getStaticPaths / Props (bbf9cf9)
  • add governance data (45affe9)
  • add governance page (0f60da0)
  • add governance summary (dce62c3)
  • add grid or list listing layout (3992069)
  • add hack to keep space between navigation items (cf410ee)
  • add header home i18n translation (ed4fa9a)
  • add header navigation menu (bcff8e0)
  • add home (72b3d6f)
  • add home environment variable (bb3d2e8)
  • add i18n translations (b9ddd7c)
  • add i18n translations (a86e59e)
  • add keplr chain config (33866b6)
  • add know universe description (aeae5f2)
  • add knowledge graph feature (155c4eb)
  • add knowledge-graph (46309cb)
  • add layout (e64ce40)
  • add media queries to entities (926452e)
  • add member, services and datasets in dataspace json (40520e5)
  • add navigation item home to navigation menu (eba8f17)
  • add previous button variant to governance page (f17eaab)
  • add psuedo classes for summary card (f9c71ab)
  • add redirect for home page (fef0946)
  • add redirection on create dataspace button click (ddbc39c)
  • add router push on listItem click (2f62b0a)
  • add routing to governance page in dataset and dashboard (6916fd0)
  • add social media icons & make website link configurable (aa57576)
  • add translations (c20ad9f)
  • add translations for knowledge-graph (86552dd)
  • add translations of know universe description (b3cae9a)
  • add version to html metadata (ae3ebc5)
  • change client routing (bc3524d)
  • change client routing (a9dd88b)
  • change client routing (08a0952)
  • change image names & add new images (c33c33b)
  • data selector in first position (c10a8b9)
  • delete fake api folder (dcba12d)
  • disable create data space button (a4a7191)
  • display current version in footer (0ca044d)
  • enhance responsive (ec077c0)
  • extend config object (3e62389)
  • hook: remove chain types from useSendTokens (63f6437)
  • i18n: add dataset translations (35065e6)
  • implement api call (60d5227)
  • implement api calls responses (1038a86)
  • implement basic display for knowledge-graph (b8e3c94)
  • implement filters with api call (0770faa)
  • implement light background images for summary card (035ad6a)
  • implement new routing on list item click (a9920f5)
  • improve filter (18c6258)
  • make external links open in new tab (9426830)
  • move Home into index to add governanceUrl (80d57db)
  • remove create dataspace env variable (6653499)
  • remove useless getStaticProps (ff6a10d)
  • replace add dataspace button by see governance button (3da4eab)
  • restructure dashboard & remove entities grid-row properties (2605e86)
  • set home page as landing page (fd87a41)
  • simplify code and add padding (fc9768a)
  • split home page into sub components (62c1715)
  • ui: add okp4 bi button in dataset preview (e5b0515)
  • ui: add style for knwoledge graph (f3512e6)
  • ui: handle dataspace card onClick handler (0b77504)
  • ui: implement useSendTokens hook (2c63251)
  • ui: pass config as dataset props (3973aeb)
  • utils: implement getPasedParameter function (93b8a5a)