Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhanced Project Creation Functionality: Dynamic Default ValuesNew feature #1741

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Mar 12, 2024

  1. Added INstructions to setup social_sqlalchemy to reesolve issue of py…

    …thon virtual environment
    NyuydineBill committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    933ae5a View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Enhanced project creation/editing functionality:

    Updated the Flask route '/get_default_values_for_backend' to dynamically provide default values for project creation/editing based on the selected backend.
    Added logic in the Python backend to determine and return default values such as name, homepage, version URL, version scheme, version pattern, version prefix, pre-release filter, and version filter.
    Integrated JavaScript code to handle AJAX requests and populate form fields with default values retrieved from the server based on the selected backend.
    Improved user experience by enabling users to effortlessly fill in project details with default values, enhancing efficiency and ease of use.
    NyuydineBill committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    84f3440 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b702f8e View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2024

  1. Changed the logic,

    Now is such that, the homepage is entered by user as a url
    and then that is sent to the backend to get the project with that url
    then fields are autofilled with the data received
    NyuydineBill committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    e6fa15a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ce53d0 View commit details
    Browse the repository at this point in the history