You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Second attempt... needed the other boogs fixed first plus found one and missed UI metas
* Use *pegjs* synchronously... I do have a portion of the routine for asynchronous *(done first)* but *(sync)* seems safer in the event of a production failure
* Establish the `OpenUserJS` metadata block and migrate all collaboration there
* Store localized `@name` and `@description`... not currently in use but available
* Some, but not all, line lengths in affected files wrapped according to STYLEGUIDE.md
* If no script description don't create the `p` tag on script lists
* Some stray trailing commas removed
* Some string constants shortened for error messages.. type 400 is Bad Request by standards and we shouldn't need to say that again.
* Some DOC/UI changes to match
**NOTE**: Still needs *mongoose* DB migration otherwise all the meta values used don't show up
* Bumping project version... e.g. once the *mongoose* *(DB data)* migration occurs there is no going back to a prior project version otherwise there will be possible DB corruption/failures *(most notably the meta.js route)* in older commit HEADS
Applies to #285
0 commit comments