allegroai / clearml-server

ClearML - Auto-Magical CI/CD to streamline your AI workload. Experiment Management, Data Management, Pipeline, Orchestration, Scheduling & Serving in one MLOps/LLMOps solution
https://clear.ml/docs
Other
381 stars 131 forks source link

[Customising web-ui] - Projects are loading tasks in web ui of self hosting server but i want them to show datasets #224

Open sriram-dsl opened 9 months ago

sriram-dsl commented 9 months ago

image

projects are not loading correctly : I am facing an issue with the projects menu; it is not loading correctly. Despite the folders being in use, the information is not displayed in the projects menu. Interestingly, the data is visible in the datasets menu. All the folders contain data, which is visible in the datasets menu but not in the projects menu.

Additionally, if the projects menu could display running tasks and completed tasks, I'm interested in customizing it further. Specifically, I would like to include information about the number of datasets associated with each project. How can I go about customizing the display to include this dataset count?

ainoam commented 9 months ago

@sriram-dsl Though it's hard to tell from your highlights what exactly is wrong without additional information, I'll assume you're expecting some counts where there are currently zeros? The projects page shows experiment counts - Datasets are listed in the Dataset page which, using its project view, can show the dataset counts per project.

Is this what you're looking for?

sriram-dsl commented 9 months ago

Not exactly, but that's close. I'm interested in customizing the projects page to display information about datasets, specifically details like no datasets, closed datasets, and uploading datasets. I want to explore the possibility of such customization on the web UI.

On Sun, 10 Dec, 2023, 21:56 Noam Wasersprung, @.***> wrote:

@sriram-dsl https://github.com/sriram-dsl Though it's hard to tell from your highlights what exactly is wrong without additional information, I'll assume you're expecting some counts where there are currently zeros? The projects page shows experiment counts - Datasets are listed in the Dataset page which, using its project view, can show the dataset counts per project.

Is this what you're looking for?

— Reply to this email directly, view it on GitHub https://github.com/allegroai/clearml-server/issues/224#issuecomment-1849011678, or unsubscribe https://github.com/notifications/unsubscribe-auth/BAVOFMKPHCJKR5FVC7R4RELYIXPBVAVCNFSM6AAAAABAMR3JYKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNBZGAYTCNRXHA . You are receiving this because you were mentioned.Message ID: @.***>

ainoam commented 9 months ago

@sriram-dsl You can find the UI source at its GitHub repo. I'd recommend joining the conversation at the ClearML community slack to consult with other users who have already customized the UI.