Create template parser #4
Notifications
Due Date
No due date set.
Blocks
#6 Interpret parser json
Craftadoc/CV_Generator
Reference: Craftadoc/CV_Generator#4
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We need to create a parser that can parse a template (latex files, and perhaps other config files).
As discussed, this parser service will be a backend service for two main reasons:
The output of the parser service should contain the necessary information for the UI to generate the correct components. (These will ask the user for the necessary input.)
The main remaining problem is how we will add extra information to latex code, so that the correct ui components can be selected.
Extra information for the UI is needed so that specific components for Email input or date input can be used at the right time.