Content
View differences
Updated by Oliver Günther almost 11 years ago
**As an** OpenProject administrator
**I want to** see the remaining available storage for internal storage and managed repositories
**So that** I can quickly evaluate whether I have to clean up soon.
**Technical solution concept**
- Use [sys-filesystem](https://github.com/djberg96/sys-filesystem) gem to determine mount status for compatibility with \*NIX/Windows.
**Acceptance Criteria**
- Available storage space is shown in the information page section of the admin menu projects table
**Issues**
1. We may potentially have to deal with multiple mount points, as the configuration allows
arbitrary repository paths for each vendor and the internal storage (for attachments, etc.) may also be on a different mount point.
My suggestion **when** multiple mounts are involved:
- Show combined free space in information section
- Does not reveal information Expand that value on demand (tooltip?) with space per mount points themselves point
**I want to** see the remaining available storage for internal storage and managed repositories
**So that** I can quickly evaluate whether I have to clean up soon.
**Technical solution concept**
- Use [sys-filesystem](https://github.com/djberg96/sys-filesystem) gem to determine mount status for compatibility with \*NIX/Windows.
**Acceptance Criteria**
- Available storage space is shown in the information page
**Issues**
1. We may potentially have to deal with multiple mount points, as the configuration allows
arbitrary repository paths for each vendor and the internal storage (for attachments, etc.) may also be on a different mount point.
My suggestion **when** multiple mounts are involved:
- Show combined free space in information section
- Does not reveal information