-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/52 stateless apps without login (#75)
* typo * split story-queues for app and user * Move org call to appTaskQueue * start handling anonymous access * moved org in unit-tests (causing them to fail) * update selector (still mocked the final check) * update interface * fix typo * update fetching of texts to work without profile * use selector for allowAnonymous for fetchFormData * add type for IApplicationLogic * add/update tests * support submit form data for anonymous * small updates * update test for submitFormDataSagas * update version * cleanup * make sure standard texts are always fetched * Fix small issues * ImageComponent to use default lang for anonymous * update selector * profile icon should not render on anonymous * code smells * add tests for fetchTextResourcesSagas * more tests + code smell * more test coverage * fix useless conditional warning * fix mocking of api calls * improve tests for fetchFormDataSagas * Fix for infinite reload loop * fix failing close modal button on anonymous * fix method call in test Co-authored-by: mjulstein <6736558+mjulstein@users.noreply.github.com>
- Loading branch information
Showing
43 changed files
with
1,252 additions
and
248 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.