ank1traj / testcase-generator

automates the process of generating test cases for cp. It takes input data, specified constraints, and test case conditions, and produces a set of test cases that exercise different paths and functions of the software application under test.
https://testcase-generator.vercel.app
MIT License
10 stars 12 forks source link

Improve UI #15

Open ank1traj opened 1 year ago

ank1traj commented 1 year ago

The current UI of the website/application needs some improvements to enhance the user experience. The website/application may be difficult to navigate or may not be visually appealing. As a result, users may have trouble finding what they need or may be discouraged from using the website/application altogether.

dev-shetty commented 1 year ago

Hey, I would like to improve the modal which opens for different test case options currently it's orange and feels a little odd in the dark background...I have one design in mind... would be cool if I could take the issue.

ank1traj commented 1 year ago

Hi @Deveesh-Shetty

That sounds great! Thank you for expressing your interest in improving the modal design. We welcome any contributions that can enhance the user experience of our platform. Please feel free to take the issue and share your design idea. We look forward to seeing your contributions.

dev-shetty commented 1 year ago

It didn't come up as expected...but is this UI good? if you want anything changed will refactor that...

Screenshot of UI

Currently, it is only in 1 component will try to make it for all components (maybe a wrapper) so that it will be same for all the other test generators...

ank1traj commented 1 year ago

@Deveesh-Shetty Will this UI will only be there for dark mode or light mode also?

Also, we should remove the text thing like Array Size and Array from copy to clipboard or download(if it's affecting there too). We can show it on the UI.

dev-shetty commented 1 year ago

It's same for both the modes...

Also, we should remove the text thing like Array Size and Array from copy to clipboard or download(if it's affecting there too). We can show it on the UI.

Yeah thats true i will change that....i added the array size and case because earlier those numbers were confusing they had no context...

ank1traj commented 1 year ago

Can't we do different for both mode?

dev-shetty commented 1 year ago

We can.....Was it different in previous version? Will see how it goes

ank1traj commented 1 year ago

The home page was in a different mode. Modal wasn't. This one is looking good but it would be awesome if we can achieve the two modes.

dev-shetty commented 1 year ago

I changed the UI currently only dark mode in this PR #28 Also moved the styled UI components to a different file, so that in all the other components you can just import them rather than typing it all again... Just check it once, if any issues will try to resolve them.

ank1traj commented 1 year ago

Hi @Deveesh-Shetty

Is there any update on this?