webdevatlanta / GroupCollaborationTool

Tool to allow developers to collaborate on open source and private projects
https://groupcollaborationtool.web.app
1 stars 21 forks source link

UI: Implement an explicit indicator for Development deployment. #89

Closed abrie closed 1 year ago

abrie commented 4 years ago

Background: We use two different Firebase environments: Production, and Development. The production environment is used by https://groupcollaborationtool.web.app, and the dev environment is used by http://localhost:3000. This protects production data from development mishaps.

Issue: There is no way to discern between these two environments, other that the browser URL address. It would be good if you explicitly label the dev deployment with something on the app, maybe replace the "Groopa" menu title with a different word/color/image... or any other way you think is unobtrusive but obvious. It should only be present for local development environments.