svb-hikip / hikipfe-react-public

4 stars 20 forks source link

Task 9 - Client details improvement #35

Closed svb-hikip closed 2 months ago

svb-hikip commented 2 months ago

image

The client details need a bit of attention, use heroicons/react wherever required

check what all data the API is fetching and Add more client data to the details page

Use only Tailwind css and Tailwind UI for beautification

aditya28n99 commented 2 months ago

I'd like to contributing to Task 9 - Client details improvement #35. Building on the client list page, I believe I can make valuable enhancements to the client details page. I'll focus on utilizing Tailwind CSS and Tailwind UI to ensure a polished and cohesive design. Additionally, I'll carefully review the API data to identify opportunities for enriching the client details with more relevant information. please let me know if you have any additional requirements or suggestions for this task.

svb-hikip commented 2 months ago

@aditya28n99 Please go ahead, let me know if you need anything

aditya28n99 commented 2 months ago

I've updated the ClientDetails component as per the instructions. The component now fetches additional client data from the API and displays it on the details page.

Regarding the additional part "type": "Mobile", "voice": true, "text": true, should we include this in the client details? Please advise.

Attached is a screenshot of the current UI for your reference. Please review and let me know if any further adjustments are needed.

image

svb-hikip commented 2 months ago

@aditya28n99 Very nice !! Good job Looks amazing

Please check if it is compatible with new api. Let me know if any changes in API you suggest.

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