Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test and document modular features #65

Open
breezykermo opened this issue Jan 3, 2019 · 1 comment
Open

Test and document modular features #65

breezykermo opened this issue Jan 3, 2019 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Open for community contribution! Be sure to comment on the issue to check status

Comments

@breezykermo
Copy link
Member

There are four features in timemap that can be disabled or enabled:

  • tags
  • search
  • sites
  • sources

Each of these has an enabling flag in features of config.js. Each of these features needs to be tested independently, and the README or appropriate doc updated as to how to enable/disable and use each feature.

@breezykermo breezykermo added enhancement New feature or request good first issue Good for newcomers labels Jan 3, 2019
@breezykermo breezykermo added the help wanted Open for community contribution! Be sure to comment on the issue to check status label Jan 17, 2019
@breezykermo
Copy link
Member Author

breezykermo commented Jan 17, 2019

Additional features:

  • CATEGORIES_AS_TAGS, which creates special tags for each category that compose with other tags via intersection. This can only be enabled if USE_TAGS is enabled as well.
  • NARRATIVE_STEP_STYLES, which allows styling to be specified per step in each narrative (rather than steps being uniformly styled within each narrative). Requires an additional narrative___stepStyles array in each event that indicates the name of the style that should be applied, the indices of which correspond with the narratives array in the same event. Styles are specified in the Redux store.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Open for community contribution! Be sure to comment on the issue to check status
Projects
None yet
Development

No branches or pull requests

1 participant