-
Notifications
You must be signed in to change notification settings - Fork 166
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
Feat/debug narratives #1590
Feat/debug narratives #1590
Conversation
Note that this requires a version of auspice which handles this! Auspice will be upgraded in the subsequent commit. See nextstrain/auspice#1590 for the auspice PR which introduces this functionality. See d145a5f#r1012106232 for review comments on this handler.
1b7604b
to
3ddbd16
Compare
This implements new functionality in auspice available at /edit/narratives This represents a release-ready MVP of the functionality and opens Note that a previous version has been tested by @joverlee521 @j23414 & their suggestions have been implemented here. A version of nextstrain.org which uses this PR is available at dev.nextstrain.org/edit/narratives & I suggest testing the functionality there rather than using auspice & localhost:4000, although the latter is also possible |
Note that this requires a version of auspice which handles this! Auspice will be upgraded in the subsequent commit. See nextstrain/auspice#1590 for the auspice PR which introduces this functionality. See d145a5f#r1012106232 for review comments on this handler.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Skimmed some of this and commented on a few things that stood out to me.
3ddbd16
to
1adfb5c
Compare
This implements new functionality in auspice available at /edit/narratives where a user can drag&drop a markdown narrative file & see an overview of the slides and the datasets they request, as well as preview the narrative. This represents a release-ready MVP of the functionality and opens the door to a number of possible incremental improvements with the eventual aim of writing and releasing a narrative entirely within- browser. This includes changes motivated by review comments from @tsibley and conversations with @joverlee521 and @j23414
d65415b
to
a1b57a2
Compare
(Force pushed to rebase onto master, no actual changes since review) |
Note that this requires a version of auspice which handles this! Auspice will be upgraded in the subsequent commit. See nextstrain/auspice#1590 for the auspice PR which introduces this functionality. See d145a5f#r1012106232 for review comments on this handler.
Note that this requires a version of auspice which handles this! Auspice will be upgraded in the subsequent commit. See nextstrain/auspice#1590 for the auspice PR which introduces this functionality. See d145a5f#r1012106232 for review comments on this handler.
WIP (will discuss on slack - just using a PR to get a review app)