andyzhou1999 / csci-401-capstone

Repo for hosting Group 28 capstone project
0 stars 3 forks source link

Issues with parsing "Tag" in questionnaire template editing page #12

Closed FrostXTJ closed 3 years ago

FrostXTJ commented 3 years ago
  1. The user has to save the template before he can use the tags that is just created in the letter boilerplate, which is not intuitive. Usually, the user finishes all his edits and then saves the template.

For example: Tag <!MAJOR> is created, but it cannot been in the letter boilerplate section until the user saves the template first. image

  1. Errors in parsing tags if the tag is not formatted in <!TAG_NAME>. However, there is no warning messages or any cues that prevent users from naming it in the wrong way. In addition, the default placeholder gives a wrong clue.

Screen Shot 2021-09-22 at 12 48 29 AM

The placeholder should be something like tag (e.g. <!fname> instead of #fname. image

andyzhou1999 commented 3 years ago

Also, if user makes a tag like <!!!!<!!!!!Major>, it also cause problem