Weekly GitHub Report for Monica - 2024-12-02 12:00:07
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.
-
Allow configuration of the data directory: This issue is about allowing the configuration of the data directory in a GitHub project to address permission problems when using Kubernetes (K8s) and Network File System (NFS), where it is not possible to change the ownership of the NFS mount point. The proposed solution involves introducing a new configuration or environment variable,
DATA_DIR
, to make the storage location configurable, which would help users who cannot fully control the web server and provide security benefits by allowing the server to be read-only except for theDATA_DIR
.- A commenter suggested that it would be beneficial to configure different components like cache and images independently, which would aid in optimizing backups by excluding non-essential data like cache from being backed up.
- Number of comments this week: None
-
Auto suggest photos: This issue is about adding a feature to the Monica application that allows users to perform an image search for a contact and select one of the top ten results to set as the contact's photo. The feature is inspired by the functionality of the FOSS project Wallos, which performs a similar task in a different context.
- The comments discuss the progress on the issue, with one contributor indicating they are working on it. Another comment seeks clarification on whether the feature is specifically for changing the contact avatar, accompanied by an image for reference.
- Number of comments this week: None
-
Add delete modal that matches the theme.: This issue is about a feature request to improve 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 that there have been no discussions or additional input from other users or contributors regarding this feature request.
- 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.- A user reported the issue, and a developer acknowledged it, stating they are working on a fix and will submit a pull request 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 shared contacts. The current system only sends reminders to the person who created the contact, which is not ideal for users who share accounts and want to receive notifications simultaneously.
- The comment suggests that the new version of Monica, v5, available on the beta site, allows defining multiple notification channels. It mentions that if multiple users are in one vault, notifications will be sent to all users within that vault, potentially addressing the issue raised.
- 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: 0
Summarized Issues:
As of our latest update, there are no open issues for the project this week.
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.
2.5 Issue Discussion Insights
This section will analyze the tone and sentiment of discussions within this project's open and closed issues that occurred within the past week. It aims to identify potentially heated exchanges and to maintain a constructive project environment.
As of our last update, there are no open or closed issues with discussions going on within the past week.
III. Pull Requests
3.1 Open Pull Requests
This section lists and summarizes pull requests that were created within the last week in the repository.
Pull Requests Opened This Week: 1
Pull Requests:
- Update devcontainer.json file: This pull request focuses on updating the
devcontainer.json
file in the Monica project. The update aims to enhance the development environment by ensuring compatibility with the latest tools and dependencies. It also addresses any configuration issues that may have arisen due to recent changes in the project's codebase.
3.2 Closed Pull Requests
This section lists and summarizes pull requests that were closed within the last week in the repository. Similar pull requests are grouped, and associated commits are linked if applicable.
Pull Requests Closed This Week: 0
Summarized Pull Requests:
As of our latest update, there are no closed pull requests for the project this week.