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: added an app for sending progress emails to users #509

Merged
merged 18 commits into from
Mar 5, 2024

Commits on Feb 19, 2024

  1. feat: added an app for sending progress emails to users

    Ali Salman authored and Ali Salman committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    cec09bf View commit details
    Browse the repository at this point in the history
  2. feat: add cronjob for sending progress emails to users

    Muhammad Faraz Maqsood authored and Muhammad Faraz Maqsood committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    fb83bb7 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. make changes to only email course progress for specific sites

    Muhammad Faraz Maqsood committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    a79dab4 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. improve command

    Muhammad Faraz Maqsood authored and Muhammad Faraz Maqsood committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    c9de765 View commit details
    Browse the repository at this point in the history
  2. send emails on unit block completion post save signal instead of sett…

    …ings cronjob of django command
    Muhammad Faraz Maqsood authored and Muhammad Faraz Maqsood committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    2190b4f View commit details
    Browse the repository at this point in the history
  3. remove empty command

    Muhammad Faraz Maqsood authored and Muhammad Faraz Maqsood committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    3e72c4f View commit details
    Browse the repository at this point in the history
  4. edit email template

    Muhammad Faraz Maqsood authored and Muhammad Faraz Maqsood committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    ef0e842 View commit details
    Browse the repository at this point in the history
  5. improve command

    Muhammad Faraz Maqsood authored and Muhammad Faraz Maqsood committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    10cc1b3 View commit details
    Browse the repository at this point in the history
  6. filter all block completions instead of only verticals

    Muhammad Faraz Maqsood authored and Muhammad Faraz Maqsood committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    361a8ab View commit details
    Browse the repository at this point in the history
  7. change signal name

    Muhammad Faraz Maqsood authored and Muhammad Faraz Maqsood committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    59b7c4d View commit details
    Browse the repository at this point in the history
  8. add signal to send course completion email to user

    Muhammad Faraz Maqsood authored and Muhammad Faraz Maqsood committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    8d7173c View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. finalize email templates

    Muhammad Faraz Maqsood authored and Muhammad Faraz Maqsood committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    8c7c95e View commit details
    Browse the repository at this point in the history
  2. convert floating digit to number

    Muhammad Faraz Maqsood authored and Muhammad Faraz Maqsood committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    58c8055 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. add space for arabic text

    Muhammad Faraz Maqsood authored and Muhammad Faraz Maqsood committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    7ae0f6a View commit details
    Browse the repository at this point in the history
  2. correct message condition

    Muhammad Faraz Maqsood authored and Muhammad Faraz Maqsood committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    cd29163 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. add red color for progress percentage

    Muhammad Faraz Maqsood authored and Muhammad Faraz Maqsood committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    ea63cca View commit details
    Browse the repository at this point in the history
  2. make percentage inline

    Muhammad Faraz Maqsood authored and Muhammad Faraz Maqsood committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    290251b View commit details
    Browse the repository at this point in the history
  3. correct inline issue for progress percentage

    Muhammad Faraz Maqsood authored and Muhammad Faraz Maqsood committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    6671abe View commit details
    Browse the repository at this point in the history