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

Feat: EligibilityType model fields for expiration #1955

Closed
wants to merge 6 commits into from

Commits on Mar 14, 2024

  1. feat(model): add expiration-related fields to EligibilityType

    `supports_expiration` serves as a toggle for expiration functionality.
    the other fields are for configuring the duration before expiration and
    reenrollment.
    angela-tran committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    4fabc1d View commit details
    Browse the repository at this point in the history
  2. feat(model): set up custom admin for EligibilityType

    this is to prepare for implementing custom validation
    angela-tran committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    df7ee1d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d34b719 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    65d4dda View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dcb23bd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fa36f7b View commit details
    Browse the repository at this point in the history