hauke96 / simple-task-manager

A simple tasking manager made for OpenStreetMap.
https://stm.hauke-stieler.de
Other
34 stars 6 forks source link

Test-label in client #80

Closed hauke96 closed 4 years ago

hauke96 commented 4 years ago

Create a label saying "Test version" (or something like that) when the client is built in test-configuration (which also needs to be created). Therefore we need a new field in all configs, something like show_test_label. The test environment (/client/src/environments/environment.test.ts which needs to be created including a script in the package.json) probably looks exactly like the prod-env but has set the show_test_label to true (all other would have false).