Features
Card319 - Construct a script to remove/purge old deleted documents
As documents and files get uploaded and removed from NearBeach, the storage spaced used by your organisation increases. Though storage space is cheap, it can get expensive over time. A simple solution to this problem, is to find all documents/files that have been deleted from the system after a certain amount of time, and purge them from the S3/Blob storage. This will free up some space.
We will flag with the system that this particular document has been purged and is no longer needed on the blob storage.
Card432 - Gantt Chart - Hover tooltip (or similar) or a detailed information on the task/project
Users require more information on the gantt chart when it comes to projects and tasks. Implementing a tooltip to pop up with the project/task description will help the user understand that particular object and it's relevancy to the sprint.
Bug fixes
- [nearbeach-1475](https://nearbeach.youtrack.cloud/issue/nearbeach-1475) UI/UX - users don't know levels/columns are locked when editing kanban board
What's Changed
* Develop by robotichead in https://github.com/nearbeach/NearBeach/pull/717
**Full Changelog**: https://github.com/nearbeach/NearBeach/compare/0.31.49...0.31.50