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: extract payments on club endpoint; feat: download attendance report; feat: update user's response to an event #107

Merged
merged 3 commits into from
May 31, 2024

Commits on May 27, 2024

  1. feat: extract payments on club endpoint

    This feature is needed for our club. However, this is a new
    major addition to the module as a whole (new API endpoint club).
    
    a couple of major changes:
    
    - base class to avoid redundant code
    - manual tests added
    - example usage script added
    
    Related to Olen#70.
    Mai Minh Pham authored and maiminhp committed May 27, 2024
    Configuration menu
    Copy the full SHA
    be4737c View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    cb4d172 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed616e3 View commit details
    Browse the repository at this point in the history