-
Notifications
You must be signed in to change notification settings - Fork 11
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
Provide filled instance to host application for submission #23
Milestone
Comments
lognaturel
changed the title
Define way for client to submit to server
Define way for host application to submit to server
Feb 18, 2024
lognaturel
changed the title
Define way for host application to submit to server
Define way to provide filled instance to host application
Feb 18, 2024
1 task
This was referenced Feb 20, 2024
lognaturel
changed the title
Define way to provide filled instance to host application
Define way to provide filled instance to host application for submission
Feb 21, 2024
lognaturel
changed the title
Define way to provide filled instance to host application for submission
Provide filled instance to host application for submission
Feb 21, 2024
I think we'll need to have two-way communication, here. That is, if the host application gets back some kind of error when it tries to do whatever it wants with the submission, it feels like that should be passed back to web forms (if web forms owns the "container", at least). I tried to capture that need in an additional user story. |
This was referenced Jan 15, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
User Stories
As an application developer
I want to get access to filled forms from web forms
So that I can submit them to a server or otherwise process them
As a form end user
If my submission fails, I want to know what happened (e.g. I'm offline, the server isn't responding, etc)
So that I can take appropriate action
As a form end user
When my auth to the host application has expired when I try to submit
I want to have an opportunity to log in again
So that I can complete submission
The text was updated successfully, but these errors were encountered: