Resolve warnings
Resolve all warning (check .info) that appear on the javascript console when the app is loaded (hcp and pat variant).
This is is kind of a meta issue, that we will probably come back to multiple times.
What i hope to achieve with this issue (besides fixing the warnings) is this: It will generate small work packages that anyone can pick up when there is time, but not enough time to handle one of the bigger issues. Also it's a good way to get deeper into the app and I hope it will trigger some documentation request for me
Background
During the previous development I added warnings at various places in the app, when I figured that something might be problematic in the future, but had no time to do things properly or document the problem.
Requirements
-
There are no more warnings at the start of the app.
Proposed handling of this issue
- Pick the first warning (or .info) that catches your interest.
- Try to figure out why it appears.
- Deal with it :D
- If the reason for the warning is clear and it is easy and quick to fix create an issue and fix it right away
- If the reason for the warning is clear, but a fix is more complicated create a detailed issue with your findings and we'll discuss it on the next planning session or stand-up
- If the reason is unclear or circumstances are too convoluted create an issue asking for documentation of that part of the app
- Mention this issue in your newly created issue, so it shows up in the comments below.