ucsb-cs156-s24 / proj-organic-s24-5pm-3

https://ucsb-cs156-s24.github.io/proj-organic-s24-5pm-3/
0 stars 1 forks source link

FEATURE: H2Console Option on Navbar for Development #25

Closed andrew-kwon1 closed 4 months ago

andrew-kwon1 commented 4 months ago

User Story: As a developer I can easily turn on the h2console option on the app navbar for any deployment through defining an environment variable H2_CONSOLE_ENABLED so that it is easy to access the h2console when I need it, but I can easily turn it off when I don't.

Allows developer to set a variable called H2_CONSOLE_ENABLED to true or false in their config variables. H2_CONSOLE_ENABLED is true: image

H2_CONSOLE_ENABLED is false: image

Closes #19

sanilkatula commented 4 months ago

Kindly get another member of your group to do code review.