Add sychronous calls for jsf.ajax.request
Open
Nobody has claimed this yet.
Component: Uncategorized
Priority: Minor
Type: New Feature
- Dominant language
- Java
- Stars
- 127
- Forks
- 59
- Avg merge
- 23h
- Merged PRs (30d)
- 7
Description
Allow synchronous calls from jsf.ajax.request.
Presumably this could be done with an option flag of async: false (with true
being the default).
Environment
Operating System: All
Platform: All
Affected Versions
[2.0]
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the jsf.ajax.request implementation and the tests covering its request options. Trace how the current asynchronous request is configured and determine how an async: false option should behave. Done means synchronous calls work while the existing default remains asynchronous, with coverage for both modes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend, web-dev
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100