Weekly GitHub Report for Monica: March 24, 2025 - March 31, 2025 (12:08:12)
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 Version Information:
Version 4.1.2, released on May 4, 2024, addresses a bug fix related to the contact listing feature, ensuring that the updated_at date is no longer incorrectly modified for all contacts.
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. Bot comments are omitted.
-
Predicting Relationships with existing contacts and prompting confirmation of such predictions: This issue proposes a feature enhancement for a contact management system, suggesting that the software should predict relationships between newly added contacts based on existing connections and prompt the user for confirmation. The goal is to improve user experience by reducing the manual effort required to establish relationships between contacts, thereby streamlining the data entry process.
- The comments express agreement with the proposed feature, highlighting its potential usefulness for establishing grandparent-grandchild relationships. A discussion ensues about implementing a yes/no question format for the feature, and there is an inquiry about the software version being used to facilitate potential implementation.
- Number of comments this week: 4
-
ChineseLunisolarCalendar: This issue is about a request from a user in China who wishes for the GitHub project to incorporate the Chinese lunar calendar for birthday celebrations, as it holds cultural significance for many people in the country. The user expresses gratitude for the developers' efforts and emphasizes the importance of this feature to them.
- The comments discuss the technical feasibility of implementing notifications based on the lunar calendar, with a user mentioning their preference for Docker deployment updates. Another comment highlights that not everyone uses the lunar calendar for birthdays, indicating a diversity in user needs.
- Number of comments this week: 3
-
Unable to delete an account that registered through Github: This issue is about a bug in the Monica application where users are unable to delete accounts that were registered through GitHub. The problem persists despite following the expected steps to delete an account, and it has been reported in the beta version of the application.
- A user expressed willingness to fix the bug and requested assignment, but another user clarified they are not a project maintainer and cannot assign issues.
- Number of comments this week: 2
-
Upload picture from URL: This issue is about a feature request to enable the uploading of photos from a URL within the Monica project, specifically to facilitate retrieving images from sources like LinkedIn profiles. The request emphasizes the need for this functionality to enhance user experience by allowing direct URL-based photo uploads.
- Two commenters are discussing the implementation of the feature, with one offering to work on it and the other proposing a UI change to accommodate the new functionality, including a visual mock-up.
- Number of comments this week: 2
-
Export Memos - as text file: This issue is a feature request to enable the export of memos as a text file, such as in Markdown format, for local use rather than just sharing. The requester is interested in the possibility of selecting either single or multiple memos for export.
- The comments discuss clarifying what is meant by "memos," with the requester providing a screenshot to illustrate the memos/notes they wish to export.
- Number of comments this week: 2
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.
- Call log not recorded in activity feed: This issue pertains to a bug in the Monica application where call logs are not being recorded in the activity feed, despite other activities such as creating notes or adding phone numbers being successfully logged. The problem has been identified in the beta version of the application, and the user has confirmed that it is not a duplicate issue and adheres to the project's code of conduct.
- Add the ability to choose multiple contacts at the same time in "Add a relationship" in Chandler.: This issue is about enhancing the "Add a relationship" feature in Chandler by allowing users to select multiple contacts simultaneously, which would streamline the process of adding social relationships and save users time and effort. The current limitation of selecting only one contact at a time is seen as inefficient, and the proposed solution suggests utilizing an existing button to facilitate the selection of multiple contacts at once.
- Create contact releationship form has optional "I know the name" text boxes for that appear out of order: This issue pertains to a bug in the Monica application where the "Create contact relationship" form displays optional "I know the name" text boxes in an incorrect order, causing a confusing user interface. Specifically, when users select options like "+ last name" and "+ nickname," the text boxes appear inconsistently, with some fields not aligning properly under the "I know the name" section as expected.
- Feature Request: Label Contact ( Phone ) Numbers in vCARD Exports: This issue is a feature request for the Monica application, aiming to improve the labeling of phone numbers in vCARD exports by allowing them to be clearly identified as 'Mobile,' 'Office,' or 'Home.' Currently, when users attempt to customize these labels, they are incorrectly imported into Google Contacts as URLs, causing confusion and making it difficult to distinguish between different types of contact numbers.
- reopening -- I have a Letsencrypt certificate that matches the domain, and the still receiving the error:: This issue involves a user experiencing an error related to a Let's Encrypt certificate that matches their domain, yet they continue to encounter a problem with the STARTTLS protocol, specifically with the
stream_socket_enable_crypto()
function. The issue was initially discussed in a previous comment on a related GitHub issue, indicating ongoing difficulties despite having a seemingly valid certificate setup.
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: 1
Summarized Issues:
- Chinese Lunar Calendar Feature Request: This issue requests the addition of a feature to support birthdays based on the Chinese lunar calendar in the Monica application. It highlights the cultural significance for users in China and expresses a desire for timely updates, especially for those using Docker deployment.
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.
Based on our analysis, there are no instances of toxic discussions in the project's open or closed issues from the past week.
III. Pull Requests
3.1 Open Pull Requests
This section provides a summary of pull requests that were opened in the repository over the past week. The top three pull requests with the highest number of commits are highlighted as 'key' pull requests. Other pull requests are grouped based on similar characteristics for easier analysis. Up to 25 pull requests are displayed in this section, while any remaining pull requests beyond this limit are omitted for brevity.
Pull Requests Opened This Week: 4
Key Open Pull Requests
1. build: update devcontainer to php 8.4: This pull request aims to update the development container configuration to use PHP version 8.4, as indicated by the commit message and the associated commit link.
- URL: pull/7623
- Merged: No
- Associated Commits: 888bd
2. feat(auth): added support for kanidm auth provider: This pull request introduces support for the Kanidm authentication provider, which offers a more lightweight alternative to Keycloak for OIDC/OAuth/SSO integration, as detailed in the commit with SHA e8e3f056d80ff73ced39bde6dfaf5a7b1524094c.
- URL: pull/7625
- Merged: No
- Associated Commits: e8e3f
3. fix: update is past address for contact address: This pull request addresses a bug by changing the method from update
to updateExistingPivot
for the is_past_address
field in the contact_address
table to prevent exceptions caused by incorrectly updating the addresses
table.
- URL: pull/7626
- Merged: No
- Associated Commits: 88457
Other Open Pull Requests
- Feature: Upload Contact Photo by URL: This pull request introduces a new feature that allows users to upload a contact photo using a URL. It is currently open for review on the Monica project repository.
3.2 Closed Pull Requests
This section provides a summary of pull requests that were closed in the repository over the past week. The top three pull requests with the highest number of commits are highlighted as 'key' pull requests. Other pull requests are grouped based on similar characteristics for easier analysis. Up to 25 pull requests are displayed in this section, while any remaining pull requests beyond this limit are omitted for brevity.
Pull Requests Closed This Week: 2
Key Closed Pull Requests
1. fix: prevented radio from needing to be clicked twice: This pull request addresses a bug by changing the event listener from 'click' to 'input' to ensure that users only need to click once to select a radio button, thereby improving the user experience in the Monica project.
- URL: pull/7621
- Merged: 2025-03-26T04:39:57Z
- Associated Commits: c7280
2. feat(auth): added support for kanidm auth provider: This pull request proposes the addition of support for the Kanidm authentication provider, highlighting its lightweight OIDC/Oauth/SSO integration compared to Keycloak, but it was not merged into the project.
- URL: pull/7624
- Merged: No
- Associated Commits:
3.3 Pull Request Discussion Insights
This section will analyze the tone and sentiment of discussions within this project's open and closed pull requests that occurred within the past week. It aims to identify potentially heated exchanges and to maintain a constructive project environment.
Based on our analysis, there are no instances of toxic discussions in the project's open or closed pull requests from the past week.
IV. Contributors
4.1 Contributors
Active Contributors:
We consider an active contributor in this project to be any contributor who has made at least 1 commit, opened at least 1 issue, created at least 1 pull request, or made more than 2 comments in the last month.
If there are more than 10 active contributors, the list is truncated to the top 10 based on contribution metrics for better clarity.
Contributor | Commits | Pull Requests | Issues | Comments |
---|---|---|---|---|
asbiin | 8 | 2 | 0 | 16 |
DUC-ANH-LY | 1 | 1 | 0 | 10 |
vnghia | 2 | 3 | 0 | 1 |
Marcos5399 | 2 | 1 | 0 | 1 |
jargij | 3 | 0 | 0 | 1 |
PabloCote | 1 | 2 | 0 | 0 |
ivanDevPHP | 2 | 0 | 0 | 1 |
lucasltavares | 3 | 0 | 0 | 0 |
JAbelP | 0 | 0 | 1 | 2 |
ZacharyRen77 | 0 | 0 | 1 | 2 |