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

Log out ROF body #1786

Merged
merged 49 commits into from
Apr 16, 2024
Merged
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
63430e6
WFNEWS-1631 Check initial response is successful
ssylver93 Mar 27, 2024
1dd0967
Merge branch 'main' of https://github.com/ssylver93/nr-bcws-wfnews in…
ssylver93 Apr 3, 2024
ddd6876
WFNEWS-1631 prevent error being thrown on response.json()
ssylver93 Apr 4, 2024
2ac3c23
WFNEWS-1631 prevent error being thrown on response.json()
ssylver93 Apr 4, 2024
1d3717e
WFNEWS-1631 try with HttpClient
ssylver93 Apr 5, 2024
4aacc90
Merge branch 'main' of https://github.com/ssylver93/nr-bcws-wfnews in…
ssylver93 Apr 5, 2024
fe813e7
Test setInterval without backgroundtask
ssylver93 Apr 5, 2024
6f8f344
Test setInterval every minute
ssylver93 Apr 6, 2024
6703ac6
Merge branch 'main' of https://github.com/ssylver93/nr-bcws-wfnews in…
ssylver93 Apr 8, 2024
081d6f8
WFNEWS-1631 Use rxjs interval
ssylver93 Apr 8, 2024
4b28ecb
Merge branch 'main' of https://github.com/ssylver93/nr-bcws-wfnews in…
ssylver93 Apr 8, 2024
3f3751a
Merge branch 'main' of https://github.com/ssylver93/nr-bcws-wfnews in…
ssylver93 Apr 8, 2024
d7a81d0
WFNEWS-1631 Unsubscribe after rof submission
ssylver93 Apr 8, 2024
f282c99
WFNEWS-1631 Unsubscribe after rof submission
ssylver93 Apr 8, 2024
3cda903
Try with timer
ssylver93 Apr 9, 2024
abf612c
Increase to 5 mins
ssylver93 Apr 9, 2024
6768a01
Increase to 5 mins
ssylver93 Apr 9, 2024
6f55f6e
Merge branch 'main' of https://github.com/ssylver93/nr-bcws-wfnews in…
ssylver93 Apr 9, 2024
4afab7b
Clear storage
ssylver93 Apr 9, 2024
fe58250
Merge branch 'main' of https://github.com/ssylver93/nr-bcws-wfnews in…
ssylver93 Apr 9, 2024
7292ba4
WFNEWS-1631 Move ionic storage to service to prevent multiple instances
ssylver93 Apr 9, 2024
b337a7a
Merge branch 'main' of https://github.com/ssylver93/nr-bcws-wfnews in…
ssylver93 Apr 10, 2024
760c38d
WFEWS-1631 Use fetch
ssylver93 Apr 10, 2024
60e6ba4
Merge branch 'main' of https://github.com/ssylver93/nr-bcws-wfnews in…
ssylver93 Apr 10, 2024
5353823
WFNEWS Use LocalStorage over ionic storage
ssylver93 Apr 10, 2024
c859bb7
Merge branch 'main' of https://github.com/ssylver93/nr-bcws-wfnews in…
ssylver93 Apr 10, 2024
801c0ba
Prevent mulitple intervals/storages
ssylver93 Apr 10, 2024
1020bb5
Prevent mulitple intervals/storages
ssylver93 Apr 10, 2024
2004064
Merge branch 'main' of https://github.com/ssylver93/nr-bcws-wfnews in…
ssylver93 Apr 10, 2024
29caf43
Comment out ionViewDidEnter
ssylver93 Apr 10, 2024
6c26629
Unsubscribe from interval at point of submission
ssylver93 Apr 11, 2024
ddfb33c
Put syncDataWithServer function in rofService
ssylver93 Apr 11, 2024
e2bbeb7
Merge branch 'main' of https://github.com/ssylver93/nr-bcws-wfnews in…
ssylver93 Apr 11, 2024
700135d
WFNEWS-1631 Prevent duplicates being sent to cache in notifications api
ssylver93 Apr 11, 2024
701f1a4
WFNEWS updates after code review
ssylver93 Apr 11, 2024
8268f2e
Merge branch 'main' of https://github.com/ssylver93/nr-bcws-wfnews in…
ssylver93 Apr 12, 2024
4b4de96
WFNEWS-1631_patch use idempotent submissionID
ssylver93 Apr 12, 2024
1b98af8
Remove console log
ssylver93 Apr 12, 2024
b0d9550
WFNEWS-1631 Remove unsubscribe on destroy
ssylver93 Apr 12, 2024
6966f91
Merge branch 'main' of https://github.com/ssylver93/nr-bcws-wfnews in…
ssylver93 Apr 12, 2024
622c378
WFNEWS-1631 Store submissionID and reject if duplicate
ssylver93 Apr 12, 2024
0eb3a7a
Merge branch 'main' of https://github.com/ssylver93/nr-bcws-wfnews in…
ssylver93 Apr 14, 2024
c5f18cf
WFNEWS-1631 Store list of submissionIDs
ssylver93 Apr 15, 2024
ab7917e
Merge branch 'main' of https://github.com/ssylver93/nr-bcws-wfnews in…
ssylver93 Apr 15, 2024
b65d4d9
WFNEWS consistent UUID for seed string
ssylver93 Apr 15, 2024
08bcf11
Merge branch 'main' of https://github.com/ssylver93/nr-bcws-wfnews in…
ssylver93 Apr 15, 2024
f91d568
Alert submissionID
ssylver93 Apr 15, 2024
46050a0
Log out ROF body
ssylver93 Apr 16, 2024
91496a2
Merge branch 'bcgov:main' into feature/WFNEWS-1631_patch
ssylver93 Apr 16, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ public class RoFEndpointsImpl extends BaseEndpointsImpl implements RoFEndpoints{
@Override
public Response submitRoFForm(String document, FormDataBodyPart image1, FormDataBodyPart image2, FormDataBodyPart image3) throws ValidationException, Exception{
logger.debug("<submitRoFForm");
logger.info("ROF body: " + document)
Response response = null;

String[] sqlKeywords = SqlUtil.sqlKeywords;
Expand Down
Loading