oss-slu / esp

MIT License
0 stars 1 forks source link

Modify the client component to accept the input from the user #32

Closed rkarmuri closed 5 months ago

rkarmuri commented 6 months ago

The client component is set to accept and format the ORCA data. However, modify the client component to accept the user input using different columns, and no functionality is expected for now (i.e. connecting the client input with the server input). Just modify the UI component. The input fields should match the server component's input fields(corresponding to the command line inputs we were using on the APICMD python file in the previous sprint).

Success criteria:

rkarmuri commented 5 months ago

We redesigned the webpage to accept input from the user and it works fine.