Allows member profile editing onto python.pe git repository

0 stars 2 forks 0 watchers Python Apache License 2.0
12 Open Issues Need Help Last updated: Sep 5, 2025

Open Issues Need Help

View All on GitHub

AI Summary: This issue requests the implementation of validation rules for a list of fields. It specifies which fields are required, optional, or need specific validation logic, such as ensuring at least one alias is provided and validating social network URLs against their respective platforms.

Complexity: 3/5
bug good first issue

Allows member profile editing onto python.pe git repository

Python

AI Summary: This enhancement aims to add labels to all existing input fields within forms. The proposed implementation involves using `Horizontal` containers to group each `Input` field with a `Static` element serving as its label, and then integrating these grouped elements into the main form container.

Complexity: 1/5
enhancement good first issue

Allows member profile editing onto python.pe git repository

Python

AI Summary: This enhancement requests adding a note to the user profile's email field. The note should inform users that their email needs to be registered on Gravatar for profile picture display, include a clickable link to gravatar.com, and clarify that the email itself will not be publicly displayed on the profile.

Complexity: 1/5
enhancement good first issue

Allows member profile editing onto python.pe git repository

Python

AI Summary: The issue requests adding descriptive tooltip text to all input fields or applicable UI elements across the application. These tooltips should contain 'sensitive descriptions' to provide additional context or information to users. This is labeled as an enhancement and suitable for new contributors.

Complexity: 2/5
enhancement good first issue

Allows member profile editing onto python.pe git repository

Python
Add pro mode about 7 hours ago

AI Summary: This issue proposes adding a "pro mode" feature, accessible via an "edit markdown" button on the main screen. This mode would allow users to directly modify the underlying markdown content, bypassing the standard form-based editing process.

Complexity: 3/5
enhancement help wanted

Allows member profile editing onto python.pe git repository

Python
Add pytest-cov package about 7 hours ago

AI Summary: This issue proposes adding the `pytest-cov` package to the project's development dependencies using `uv`. This will enable the ability to run tests with code coverage analysis, with specific commands provided for both adding the package and executing tests to generate coverage reports.

Complexity: 1/5
enhancement good first issue

Allows member profile editing onto python.pe git repository

Python
Add GitHub Action about 7 hours ago

AI Summary: This issue requests a new GitHub Action to automate the project's build and PyPi publishing. The action should first build the project using `uv build` and then publish it to PyPi using `uv publish`. A critical step involves obtaining a PyPi token from @jpchauvel and securely integrating it into the GitHub Action workflow as a secret.

Complexity: 2/5
enhancement good first issue

Allows member profile editing onto python.pe git repository

Python
Make the app frictionless about 7 hours ago

AI Summary: This issue proposes enhancing the app's user experience by eliminating the need for manual GitHub token input. It suggests implementing an automated authentication workflow similar to the `gh` CLI, where users authorize the app via a web browser using a provided code and URL, and the app automatically retrieves and stores the token. The task involves investigating and integrating this device flow-like authentication method.

Complexity: 3/5
enhancement help wanted

Allows member profile editing onto python.pe git repository

Python

AI Summary: This enhancement requests that the application display the URL of a Pull Request (PR) to the user after the application has completed its operations and is quitting. The PR URL should be extracted using the `pygithub` library.

Complexity: 1/5
enhancement good first issue

Allows member profile editing onto python.pe git repository

Python

AI Summary: This enhancement requests the ability for users to rename their profile files, as the current naming scheme is considered difficult to read. The renaming functionality must include a check to prevent naming collisions with existing files.

Complexity: 2/5
enhancement good first issue

Allows member profile editing onto python.pe git repository

Python

AI Summary: This issue aims to improve code quality by increasing the test coverage to at least 90%. It provides a command to run tests with coverage and notes that issue #6 must be completed before starting this task.

Complexity: 2/5
enhancement good first issue help wanted

Allows member profile editing onto python.pe git repository

Python

AI Summary: This enhancement requests that a cache be cleared. The clearing operation should occur specifically before a `textualize` application initializes, rather than before the script itself begins execution.

Complexity: 2/5
enhancement good first issue

Allows member profile editing onto python.pe git repository

Python