svb-hikip / hikipfe-react-public

4 stars 20 forks source link

Task 10 - Beautify the Client list #36

Closed svb-hikip closed 2 months ago

svb-hikip commented 2 months ago

image

This client list is so bland, add heroicons/react icons, use Tailwind CSS and Tailwind UI to beautify

Check what all data the API fetches and decide if any more details need to be added to this list.

aditya28n99 commented 2 months ago

I have reviewed the requirements for beautifying the client list and have already started implementing the necessary changes. Here's an overview of my approach and the steps I've taken so far:

Next Steps: Continue refining the UI, possibly adding more details.

pls let me know if you have any additional requirements or suggestions for this task.

svb-hikip commented 2 months ago

You can use pills and badges wherever required!

aditya28n99 commented 2 months ago

Thank you for the suggestion to use pills and badges. I've updated the ClientListStack component to incorporate these elements for better visual distinction and information clarity. Specifically, I added:

Pills for displaying client types. Badges for highlighting client relationships. These additions should improve the UI by making key information more prominent and easily identifiable. Please review the changes and let me know if any further adjustments are needed.

aditya28n99 commented 2 months ago

image

svb-hikip commented 2 months ago

@aditya28n99 Very Nice!!!!!!!

I got the API ready. Pull the new changes before you proceed.

API ENDPOINTS AND DOCS https://hikip-django-e06ccc5f06d1.herokuapp.com/api/schema/swagger-ui/

https://hikip-django-e06ccc5f06d1.herokuapp.com/api/schema/redoc/

svb-hikip commented 2 months ago

Completed by @aditya28n99