-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
The user experience of editing files on github and refreshing the site is pretty sharp-edged, especially for non-programmers. But Even running the site locally and knowing javascript, I often don't get a descriptive error in the terminal or browser console.
Examples:
- syntax errors in markdown and json files often cause silent failures -- would be good if the offending file could always print to browser console, better yet if the syntax error could be printed
- when adding new people to the "People" page, it is necessary to edit
order.json. if there are people withmdfiles but no entries inorder.json, they don't appear on the page. If there are entries inorder.jsonwithoutmdfiles, the page breaks with an inscrutable error. Ideally, the page would be robust to a mismatch or at least identifyorder.jsonas the source of the problem.
Metadata
Metadata
Assignees
Labels
No labels