Skip to content
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

Date and time is now parameterizable for each question #250

Merged
merged 2 commits into from
Jan 9, 2024

Conversation

LaChope
Copy link
Collaborator

@LaChope LaChope commented Jan 8, 2024

Resolves #246

@LaChope LaChope requested a review from blcham January 8, 2024 16:07
Copy link

netlify bot commented Jan 8, 2024

Deploy Preview for s-forms-kbss ready!

Name Link
🔨 Latest commit fa6732d
🔍 Latest deploy log https://app.netlify.com/sites/s-forms-kbss/deploys/659d09c255a6d700088213b6
😎 Deploy Preview https://deploy-preview-250--s-forms-kbss.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

src/util/FormUtils.js Outdated Show resolved Hide resolved
src/util/FormUtils.js Outdated Show resolved Hide resolved
@blcham
Copy link
Collaborator

blcham commented Jan 8, 2024

@LaChope note that tests did not pass

@blcham blcham merged commit 099f09b into master Jan 9, 2024
7 checks passed
@LaChope LaChope deleted the time-parameterization branch January 12, 2024 09:36
"@id": "http://vfn.cz/ontologies/fss-form/primary-treatment--c--neoadjuvant--no-of-cycles-q1"
},
{
"label": "Date",
"has-layout-class": ["section", "answerable", "date"],
"@id": "http://vfn.cz/ontologies/fss-form/primary-treatment--c--neoadjuvant--no-of-cycles-q2",
"@type": "doc:question"
"@type": "doc:question",
"date-format": "yyyy-MM-dd HH:mm"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@LaChope i believe that this is not date right?
It should be:

"date-format": "yyyy-MM-dd HH:mm"

right?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If so please fix it in main.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement restriction on how time should look
2 participants