MichaelDysart / SYSC4806_Project

The SYSC4806_Project For Group 2
0 stars 1 forks source link

Improve user console #55

Closed MichaelDysart closed 4 years ago

MichaelDysart commented 4 years ago

Start from https://github.com/MichaelDysart/SYSC4806_Project/tree/%2349_SaveSurveyAnswers

MichaelDysart commented 4 years ago

The console is currently just a text area. I append to the current text area with new messages.

MichaelDysart commented 4 years ago

The width is too small for typical message. It doesn't look like other components.

JacksonSchoe commented 4 years ago

Instead, since the TA requested that in the production model not have the console. I'll make it hideable in production through: if (process.env.NODE_ENV !== 'production') {