Create template parser #4

Closed
opened 2020-10-19 18:44:43 +02:00 by Bart · 1 comment
Owner

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:

  • Code security. (Frontend code is public, this would mean that any client would have the parser code.)
  • Every template only needs to be parsed once. (Instead of multiple times in every client, every time the client loads a template.)

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.

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: * Code security. (Frontend code is public, this would mean that any client would have the parser code.) * Every template only needs to be parsed once. (Instead of multiple times in every client, every time the client loads a template.) 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.
Bart added this to the Template to web components milestone 2020-10-19 18:44:43 +02:00
Owner

Extra information for the UI is needed so that specific components for Email input or date input can be used at the right time.

Extra information for the UI is needed so that specific components for Email input or date input can be used at the right time.
Bart added a new dependency 2020-10-19 18:55:21 +02:00
Bart closed this issue 2021-06-18 17:50:44 +02:00
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Blocks
#6 Interpret parser json
Craftadoc/CV_Generator
Reference: Craftadoc/CV_Generator#4
No description provided.