This repository has been archived by the owner on Jan 10, 2022. It is now read-only.
Releases: openlattice/lattice-helpline-center
Releases · openlattice/lattice-helpline-center
v0.3.0
release v0.2.1
release v0.2.1
- bumping dependency versions
- publishing to
@openlattice
scope in theopenlattice
github org
v0.2.0
Export DownloadsContainer
view that generates a CSV of survey submissions from a provided date range
v0.1.2
- AggregateResults are displayed in descending order
- dependency updates
v0.1.1
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
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
- ProfileContainer fetches own person entity
v0.0.1-alpha.3
- 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
Embed images as static assets with url-loader
v0.0.1-alpha.0
- Export profile components
- GreatestNeeds
- ProfileCard
- ProfileContainer
- SelfSufficiencyMatrix
- SurveyHistory