-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HLP courses are not in the app #175
Comments
Would it be possible for @alynch to change the dates input fields in CHASS to |
Maybe. We can ask. |
The JSON file has date/time fields of the form: which is valid ISO_8601 format [1]. What format would you prefer? [1] (a) The separator between date and time is normally 'T', but it's allowed to omit it by agreement between the parties. (b) We are not using a time zone designator. |
Hi @alynch, the field in question sis the "dates" field in the courses. It is a text box in the application, and I filled it in (at least) two different ways. |
Oh, sorry, my misunderstanding. Unfortunately the 'dates' field is a text field that departments use to indicate the duration of the appointment, and sometimes they use the field to add extra details. It would be quite a bit of work to convert it to two date fields (and a extra text field for extra info). |
@alynch would it be possible to add helptext and/or formatting validation to the field to suggest and/or enforce that the data is entered in a fixed format - while still allowing additional text? For example:
which would enforce the date format "dd/mm/yy - dd/mm/yy" but allow as much subsequent additional text as desired? |
The HLP courses appear in the JSON file exported from CHASS, but do not appear in the app after import.
For example, the following appears in the JSON, but I don't see the course anywhere in the app.
The text was updated successfully, but these errors were encountered: