Commit Graph

27 Commits

Author SHA1 Message Date
Lachlan Kermode
e99398ceab Cleaning technical debt (#192)
* abstract Space component to switch out Map

* basic viewing possible

* restructure components dir

* all jsx --> js

* App.jsx --> App.js

* comment out 3d for now
2021-01-19 22:22:12 +01:00
Zac Ioannidis
81e00fd917 Using prettier for linting 2020-12-08 13:13:50 +00:00
Zac Ioannidis
e1de58e701 Added generators for card layouts. (#182)
* Added generators for card layouts. These are optionally defined in the timemap config

* Removed US2020-specific layout generation - now it's being specified in the config
2020-11-20 07:35:57 +01:00
Zac Ioannidis
029bc4a03e Importing <Card /> from NPM-published design-system library (#171)
* Importing cards from NPM

* Added an abstraction inside the store and config for creating layouts for cards

* Adding layout render order for Card

* Allowing lists in the reducer validation

* Added design system package to package.json

* Any version over 0.5.0

* fix lint

Co-authored-by: Lachlan Kermode <lachiekermode@gmail.com>
2020-10-28 11:09:02 +01:00
efarooqui
2cff35c3f2 Removed commented out logic 2020-10-16 11:23:00 -07:00
efarooqui
909307a6ae Bug with graph nonlocated and getY function; need to refactor toolbar so that it selects the categories on the timeline 2020-10-08 16:58:31 -07:00
efarooqui
67c336c131 Categories showing up on timeline with events; events are stacked on both and connected by a bar which looks like a UI bug somewhere 2020-10-06 17:22:47 -07:00
efarooqui
d968280b1a No associated events for a filter => alert shows when attempting to narrativise 2020-09-15 11:36:12 -07:00
efarooqui
8442ca7bb4 Fixed linting issues 2020-09-14 08:12:57 -07:00
efarooqui
c60ee24792 Removed tags array from event schema 2020-09-10 22:40:57 -07:00
efarooqui
57818dd971 Events now only have associations; when filters and narratives are needed fromevents, interpolate from evt.associations 2020-09-10 22:39:29 -07:00
efarooqui
2bc6affbf5 Fixed up event schema to reduce filters and narratives to associations; removed extraneous comments for deprecated functions 2020-09-09 21:22:22 -07:00
efarooqui
ed7c3551d6 Got rid of narrativeLinks in CardStack and deprecated usage of USE_ASSOCIATION_DESCRIPTIONS in embedded logic 2020-09-09 20:41:57 -07:00
efarooqui
2aaf7c09ff Filter render broken; moved narrative and narrativeState to app.filters and restructured appropriately with narrativeIdx selector 2020-08-27 08:42:47 -07:00
efarooqui
fe9a5302fa Finding association duplicates; sanitizing appropriately; beginning to edit narrativise function in UI 2020-08-26 22:06:13 -07:00
efarooqui
1d1a9971ab Modified validators file to match new associations schema and necessary semantic and sanitization changes 2020-08-26 09:38:41 -07:00
efarooqui
0ea109968c Pulling in associations correctly; condensed filters and narratives into associations 2020-08-25 08:52:04 -07:00
Lachlan Kermode
e985857d73 add support for custom fields 2020-07-15 10:22:47 +02:00
Lachlan Kermode
a708fd5670 add support for showing filter descriptions in narrativised mode 2020-07-15 10:22:47 +02:00
Lachlan Kermode
e381d0d15a add USE_FILTER_DESCRIPTIONS option 2020-07-15 10:22:47 +02:00
Lachlan Kermode
79d2acec22 drop invalidly dated events entirely 2020-06-26 17:10:48 +02:00
Lachlan Kermode
cdd88917d4 show error for invalid dates
it srsly messes with binary search!
2020-06-26 17:10:48 +02:00
Lachlan Kermode
c1863fba07 desc -> description in sources 2020-06-26 17:10:48 +02:00
Lachlan Kermode
3a847a2042 implicit ids in events 2020-06-19 12:08:14 +02:00
Lachlan Kermode
1d4892fd47 selection corner case 2020-06-18 10:30:25 +02:00
Lachlan Kermode
16358f5ab9 all tags->filters 2020-06-18 10:30:25 +02:00
Lachlan Kermode
e49b0e2fb0 WIP: gritty rewrite of timestamp handling 2020-06-18 10:30:25 +02:00