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

Determine if question IDs can start with a digit #32

Open
markboots opened this issue Mar 22, 2018 · 1 comment
Open

Determine if question IDs can start with a digit #32

markboots opened this issue Mar 22, 2018 · 1 comment

Comments

@markboots
Copy link
Contributor

  1. ONA is rejecting questions whose ids start with a digit. Apparently the id's are transformed to XML elements down the road and XML elements can't start with a digit.

It seems pretty common that implementations could make use either numbers or UUIDs for question IDs. @ukanga , is it possible that Ona could find a way to handle question IDs that start with a digit? e.g. by prefixing them internally with "q-" or "question-" in your internal XML?

@ukanga
Copy link

ukanga commented Mar 27, 2018

We could take that approach but I suspect this may have way too much overhead on Ona's implementation. I am more likely to propose to my team to rethink how we currently handle data and have a plan to overhaul our entire setup which could result in something new and as such the integrations goals will be further down the road.

For me, this is more on +0 and very much depends on what my team at Ona wants to do.

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

No branches or pull requests

2 participants