Sujin Kim
Sujin Kim
- migrate from https://github.com/lablup/backend.ai-manager/pull/573 to mono-repo > To successfully support the pagination query, the vfolder list is united into one. Previously, `query_accessible_vfolders()` was implemented with Python's list concat, but now...
The existing `leave` API allows the requesting users to leave the invited vfolders. This PR allows superadmins to call this API on behalf of a specific user, effectively "removing" the...
- Description: To show the shared vfolder info and update the permission, I added the client-py API. `shared_vfolders_info` shows the information such as folder name, folder id, owner, permission, folder...
**Is your feature request related to a problem? Please describe.** Users cannot easily distinguish between private folders, folders shared by me, or folders shared by others. **Describe the solution you'd...
Add the `Agent Summary` page for the general users. This page can be shown only when the `hide-agents` option that existed in the config file is false. refs: https://github.com/lablup/backend.ai/issues/640 related...
**Is your feature request related to a problem? Please describe.** Like https://github.com/lablup/backend.ai-webui/pull/1447, let's add the type alias or interface so that the IDE's compile can determine whether it is a...
**Is your feature request related to a problem? Please describe.** Most of the components that import `backend-ai-list-status` have `listCondition` property. The `listCondition` property can only be specified as `loading` or...
**Is your feature request related to a problem? Please describe.** We request redundant data fetching in some components such as getting the session list. **Describe the solution you'd like** -...
**Describe the solution you'd like** Add a running session panel to the summary page to briefly determine which sessions are running. These are needed to decide before starting development. -...