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

Persisting created new campaignApplication to db #657

Merged
merged 10 commits into from
Jul 17, 2024

Commits on Jul 3, 2024

  1. finish create functionality and testing on it

    update CampaignApplication model - organizerEmail now is not unique
    update create method testing
    now created campaig-application data is persisted to db
    Martbul committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    9cb5827 View commit details
    Browse the repository at this point in the history
  2. finish create functionality and testing on it

    update CampaignApplication model - organizerEmail now is not unique
    update create method testing
    now created campaig-application data is persisted to db
    Martbul committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    c8c270f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    81fcc96 View commit details
    Browse the repository at this point in the history
  4. finish mocking data changes

    Martbul committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    0bb1358 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1aab97f View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. fix module providers

    Martbul committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    383040c View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. hardcoded testing values

    Martbul committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    509b20a View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Configuration menu
    Copy the full SHA
    15849d5 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    33777b4 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. importing moduls instead of providing services

    delete PersonService and OrganizerService and add PersonModule and OrganizersModule to campaign-application module
    Martbul committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    b16e032 View commit details
    Browse the repository at this point in the history