home ~ projects ~ socials

Neopoligen Errors To Handle And Improve

If the AST parser fails, but a fallback href is found. There should be a note that it might be in the wrong place (e.g. if the backup picked up the wrong href) and the output should also appear on the overall issues home page

If the AST parser fails, but a fallback ID can be found to use for the href the output should to to the ID based page. There should be a note that it might be in the wrong place. Also this error should show up on the overall issues home page.

If the AST parser fails and no fallback ID can be found and no fallback href can be found the issues should be pushed to the overall issues home page which should show up as a 404 page in dev at the location that the page would have been if parsed properly

If there are missing templates, fallback to the built ins

Figure out what to do if built-in templates don't reneder for

Handle issues with the templates not rendering if you try to call something that doesn't exist two levels down which throws an error

Ouput all errors for pages that have IDs on the issues overview home page.

Output all the errors for pages that don't have IDs on the issues overview home page.

TODO: figure out what else needs to be handled.

-- end of line --