-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(ui): design dashboard #30
Comments
Hey @dev-bre I would love to work on this issue. But before starting I have some questions to ask.
Thank you. |
Hi, didn't think of a design yet, but for the first iteration, having like 3 cards showing some stats in terms of: And maybe a History of actions like an audit list All these data can be hardcoded for the scope of this task. I was looking at this dashboard design and looks pretty cool: For now I would focus on the style of the 3 cards. Maybe also the style of that sidebar, the colour contrast there looks amazing. Please use Tailwind CSS and not any other styling logic , I would like to keep consistency. Sounds good, for me to assign this to you? |
Yes, you can assign this to me. |
@Zeeshnhmd do you have an idea when you can start working on it? if you still want to? |
@Zeeshnhmd can you please let me know if you are still interested in this task? Otherwise I can reassign it? |
You'll get it by Sunday EOD |
no rush at all. just wanted to make sure you were still up for it! all good thanks a lot. |
Any update on this one @Zeeshnhmd? |
Hey, slipped my mind I'll try to deliver this task this weekend. |
Thanks a lot. |
@dev-bre Dude, there is something wrong with your tailwind configuration it requires restarting the app whenever I am changing or applying a class to elements. How can we fix this? we can connect over Discord to see the issue. |
there is an additional npm script you can use in the package.json which reloads the TW changes:
just run:
and you will good to go. I will update the readme for this. |
Do i need to run this inside the UI folder or root folder? |
root folder from another terminal window.
…On Sat, 12 Aug 2023 at 10:23, Zeeshan Ahmad ***@***.***> wrote:
Do i need to run this inside the UI folder or root folder?
—
Reply to this email directly, view it on GitHub
<#30 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAG5GAHXVFLZOKKZSN476YTXU5DSJANCNFSM6AAAAAA2TJJLTM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
No its not working.
|
the script is already in the root of package.json, you dont have to add it. Please make sure to sync with the latest main branch. |
Looks really good @Zeeshnhmd thanks for the effort. |
Ok then I will raise a PR for this. |
PR raised please have a look. |
The first iteration of the dashboard page should fairly simple but eye catching.
I would think having cards showing some stats against how many flags / segments / rules have been created. how many flags are enabled.
Once we have the basic stuff, we might expand with some more in depth analytics, charts, etc.
The text was updated successfully, but these errors were encountered: