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

🔥 Remove the transition notify plugin #925

Merged
merged 3 commits into from
Feb 17, 2023

Conversation

shankari
Copy link
Contributor

Per e-mission/e-mission-docs#838 (comment) This is the first step in which I remove all the controls related to it

$ grep -ri notify www/js/control | wc -l
       0
$ grep -ri notify www/templates/control/ | wc -l
       0

Testing done:
Profile screen loads correctly

Per e-mission/e-mission-docs#838 (comment)
This is the first step in which I remove all the controls related to it

```
$ grep -ri notify www/js/control | wc -l
       0
$ grep -ri notify www/templates/control/ | wc -l
       0
```

Testing done:
Profile screen loads correctly
@shankari
Copy link
Contributor Author

shankari commented Feb 17, 2023

Top of control screen Bottom of control screen (with notifications settings removed)
Screenshot_1676593767 Screenshot_1676593758

This includes both copies (incident and survey)

Testing done:
- No instances left

```
$ grep -ri posttrip.prompt www/js
$ grep -ri PostTripAutoPrompt www/js
$
```

- UI loaded without errors
After removing all the uses of the package, remove the package itself
@shankari shankari merged commit 7a1a8db into e-mission:maint_upgrade_2023 Feb 17, 2023
shankari added a commit to shankari/e-mission-phone that referenced this pull request Mar 9, 2023
As outlined in e-mission/e-mission-docs#838 (comment)
- we are not using the ionic-deploy functionality any more. It was always unclear whether that constituted "code download"
- it is not currently authorized by NREL cyber
- having separate branches without a lot of oversight just led to a lot of divergent, throw-away code
- NREL cyber will not allow us to deploy code written by others without review and merge anyway
- so we are going to switch to a small number of features, checked into master as modules, and enabled/disabled via a simple static config file

This is the last of the three cleanups in the issue.
The other two were fixed in
e-mission#925
and
e-mission/cordova-jwt-auth#46

We can now start the real API upgrade
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

Successfully merging this pull request may close these issues.

1 participant