Weekly GitHub Report for Monica - 2024-12-09 12:00:06
Weekly GitHub Report for Monica
Thank you for subscribing to our weekly newsletter! Each week, we deliver a comprehensive summary of your GitHub project's latest activity right to your inbox, including an overview of your project's issues, pull requests, contributors, and commit activity.
Table of Contents
I. News
1.1 Recent Version Releases:
The current version of this repository is v4.1.2
1.2 Other Noteworthy Updates:
II. Issues
2.1 Top 5 Active Issues:
We consider active issues to be issues that that have been commented on most frequently within the last week.
-
When I add a new module to the template, there is no module to add: This issue is about a bug in the Monica application where users are unable to add new modules to a template, as the option to add a module is not available. The problem seems to occur in version 5.0.0-beta.3 of the self-hosted instance, and users are seeking a solution to enable module addition.
- Multiple users report experiencing the same issue with different database setups, including MariaDB and Postgres, while one user mentions that using MySQL resolves the problem. Another user suggests that the issue might be related to Redis, and disabling Redis references seems to fix the problem for them.
- Number of comments this week: None
-
The DEFAULT_MAX_STORAGE_SIZE key does not work in monica 5 (beta 4): This issue reports a bug in the Monica 5 (beta 4) version where setting the
DEFAULT_MAX_STORAGE_SIZE
key does not alter the user's available storage size as expected. The user describes that despite setting the storage size to 20,000 MB, the account still shows a limit of 50 MB, which is inconsistent with the behavior in Monica 4.
- A comment suggests that the user should use the
DEFAULT_STORAGE_LIMIT
key instead, providing a link to the relevant line in the Monica configuration file for reference.- Number of comments this week: None
-
Add delete modal that matches the theme.: This issue is about a feature request to enhance the user interface of the Monica project by replacing the default JavaScript alert used for delete options with a modal that matches the theme of the application. The request highlights the need for a consistent and visually appealing user experience across various tabs, including Dashboard, Contacts, and Information, where the current delete alerts are deemed insufficient.
- The comment section is currently empty, indicating no discussion or additional input from other users or contributors has been provided on this issue.
- Number of comments this week: None
-
Monica updates contact updated_at date when listed: This issue is about a bug in the Monica application where the
updated_at
date for contacts is being modified when the contacts are merely listed, which is not the expected behavior. This unintended update not only alters the contact data unnecessarily but also significantly slows down the listing process.- The comments indicate that the issue has been acknowledged by a developer who is actively working on a fix, and a pull request to resolve the issue is expected to be submitted soon.
- Number of comments this week: None
-
Send reminders to different email address (or multiple): This issue is about a feature request for the Monica application, where the user wants the ability to send reminders to multiple email addresses or a mailing list, so both the user and their spouse can receive notifications for events like birthdays. The current system only sends reminders to the person who created the contact, which is not ideal for users who share contacts and want to receive notifications simultaneously.
- The comment suggests that the new version of Monica, v5, allows defining multiple notification channels, and if multiple users are in one vault, notifications will be sent to all users in that vault.
- Number of comments this week: None
2.2 Top 5 Stale Issues:
We consider stale issues to be issues that has had no activity within the last 30 days. The team should work together to get these issues resolved and closed as soon as possible.
As of our latest update, there are no stale issues for the project this week.
2.3 Open Issues
This section lists, groups, and then summarizes issues that were created within the last week in the repository.
Issues Opened This Week: 2
Summarized Issues:
- Bug in Chandler version of Monica application: The Chandler version of the Monica application has a bug where deleting a contact causes a null exception error on reminders. This issue arises because there is no null check for the contact object in the
upcomingReminders
method. As a result, a server 5xx error occurs when trying to access properties of a non-existent contact.
- Enhancing user experience with relationship prediction: A feature has been suggested to enhance user experience by predicting relationships between existing contacts. This feature would use previously established connections to suggest potential links and prompt the user for confirmation. The goal is to streamline the process of linking contacts and improve the program's user-friendliness.
2.4 Closed Issues
This section lists, groups, and then summarizes issues that were closed within the last week in the repository. This section also links the associated pull requests if applicable.
Issues Closed This Week: 0
Summarized Issues:
As of our latest update, there were no issues closed in the project this week.