Skip to content
This repository has been archived by the owner on Jan 10, 2022. It is now read-only.

Releases: openlattice/lattice-helpline-center

v0.3.0

04 Jun 18:48
Compare
Choose a tag to compare
  • Update dependencies to use webpack@5
  • externalize core dependencies

release v0.2.1

31 Dec 22:15
Compare
Choose a tag to compare

release v0.2.1

  • bumping dependency versions
  • publishing to @openlattice scope in the openlattice github org

v0.2.0

04 Dec 23:14
Compare
Choose a tag to compare

Export DownloadsContainer view that generates a CSV of survey submissions from a provided date range

v0.1.2

14 Sep 17:49
Compare
Choose a tag to compare
  • AggregateResults are displayed in descending order
  • dependency updates

v0.1.1

13 Aug 22:53
Compare
Choose a tag to compare

Fixes

  • Fix app crashing when viewing a second survey of the same person
  • Fix AggregateQuestionCard chart reordering data on hover

Features

  • Tooltip for AggregateQuestionCard chart shows both the text and score of each answer (customer request)
  • SelfSufficiencyMatrix chart shows the year at each tick

v0.1.0

13 Aug 22:51
Compare
Choose a tag to compare

Helpline module exposes HelplineContainer which handles all requests and routing for surfacing Helpline app data at a relative path.
https://www.figma.com/file/whHdiSk1CNxjOUJYd2XCSb/Helpline-Center?node-id=0%3A1

Usage:

import { useRouteMatch } from 'react-router'
...
const match = useRouteMatch();

<HelplineContainer
    organizationId={organizationId}
    personId={personId}
    root={`${PROFILE_VIEW_PATH}`}
    match={match} />

v0.0.1-alpha.6

03 Aug 14:29
01799c6
Compare
Choose a tag to compare
v0.0.1-alpha.6 Pre-release
Pre-release
  • ProfileContainer fetches own person entity

v0.0.1-alpha.3

30 Jul 20:22
2805189
Compare
Choose a tag to compare
v0.0.1-alpha.3 Pre-release
Pre-release
  • Adds actions/sagas/reducers to fetch, process, and surface real data from the openlattice API to populate Greatest Needs, Self-Sufficiency Matrix, and Survey History
  • a story for developers to plug in their own jwt and org id to fetch data from either local or prod.

v0.0.1-alpha.2

28 Jul 06:40
34b8fc6
Compare
Choose a tag to compare
v0.0.1-alpha.2 Pre-release
Pre-release

Embed images as static assets with url-loader

v0.0.1-alpha.0

28 Jul 06:34
d228be6
Compare
Choose a tag to compare
v0.0.1-alpha.0 Pre-release
Pre-release
  • Export profile components
    • GreatestNeeds
    • ProfileCard
    • ProfileContainer
    • SelfSufficiencyMatrix
    • SurveyHistory