Skip to content

Releases: nearbeach/NearBeach

0.31.51

13 Dec 10:01
5210412
Compare
Choose a tag to compare
0.31.51 Pre-release
Pre-release

Bug fixes

0.31.50

11 Dec 11:04
afad6e8
Compare
Choose a tag to compare
0.31.50 Pre-release
Pre-release

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 UI/UX - users don't know levels/columns are locked when editing kanban board

What's Changed

Full Changelog: 0.31.49...0.31.50

0.31.49

20 Nov 10:27
1ce5453
Compare
Choose a tag to compare
0.31.49 Pre-release
Pre-release

New Features

Testing

  • Implementation of new unit tests in VueJS

Bug Fixes

What's Changed

Full Changelog: 0.31.48...0.31.49

0.31.48

15 Nov 09:07
53fa4a1
Compare
Choose a tag to compare
0.31.48 Pre-release
Pre-release

Bug fixes

  • nearbeach-1472 If user removes all their groups - page should refresh
  • nearbeach-1455 Less privileged user can still click on "Include All Groups" in search
  • nearbeach-1457 Uploading an image into the TinyMce editor, adds the image to the documents, with a weird name

Code Smells

Some code smells were fix for developers

What's Changed

Full Changelog: 0.31.47...0.31.48

0.31.47

08 Nov 12:11
1dac421
Compare
Choose a tag to compare
0.31.47 Pre-release
Pre-release

Code Clean up

200+ code smells within the code base have been fixed up

Bug fixes

What's Changed

  • refactor: remove reimported module by @deepsource-autofix in #700
  • refactor: remove unused imports by @deepsource-autofix in #705
  • refactor: use identity check for comparison to a singleton by @deepsource-autofix in #706
  • refactor: remove unused imports by @deepsource-autofix in #708
  • refactor: access attribute directly by @deepsource-autofix in #707
  • Develop by @robotichead in #709

Full Changelog: 0.31.46...0.31.47

0.31.46

28 Oct 10:09
2ab7e1c
Compare
Choose a tag to compare
0.31.46 Pre-release
Pre-release

Bugfixes

What's Changed

Full Changelog: 0.31.45...0.31.46

0.31.45

25 Oct 11:43
dc3a680
Compare
Choose a tag to compare
0.31.45 Pre-release
Pre-release

New Features

  • Kanban Boards, now have a count of how many cards are within that column
  • Ability to add tags to kanban cards

Hidden Improvements

Code has been improved in multiple spots. For example we have extracted out the tags functionality and placed it in VueX

What's Changed

  • refactor: replace multiple == checks with in by @deepsource-autofix in #697
  • refactor: remove unnecessary return statement by @deepsource-autofix in #696
  • Develop by @robotichead in #701

Full Changelog: 0.31.44...0.31.45

0.31.44

23 Oct 11:02
4160d47
Compare
Choose a tag to compare
0.31.44 Pre-release
Pre-release

New Feature

Release of the Scheduler + unit tests

Bug Fixes

Minor bug fixes for the Scheduler. Bugs found during unit test construction

What's Changed

0.31.43

16 Oct 10:56
6e3fa43
Compare
Choose a tag to compare
0.31.43 Pre-release
Pre-release

New Feature

Implementation of the scheduled object feature. Users can now schedule a reoccuring object (task or project), to be created at a future date. The frequencies are;

  • Set Day of the Week
  • Weekly
  • Fortnightly
  • Monthly
  • Start of the Month
  • End of the Month
  • X Days before End of the Month

Currently the end conditions are;

  • No End Date
  • End Date
  • Number of Repetes

With the user having the ability to turn it off at any point

What's Changed

Full Changelog: 0.31.42...0.31.43

0.31.42

09 Oct 09:12
8537843
Compare
Choose a tag to compare
0.31.42 Pre-release
Pre-release

Bugfixes

What's Changed

New Contributors

Full Changelog: 0.31.41...0.31.42