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

Add cooldown time between blogs/comments creation #297

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

Commits on May 15, 2023

  1. Configuration menu
    Copy the full SHA
    c896740 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08c3d04 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    181fd1c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e258921 View commit details
    Browse the repository at this point in the history
  5. Modify cooldown time

    - Cooldown time are now in seconds instead of minutes
    - Each user can now comment every 60 seconds instead of 10 minutes
    jalsol authored and hieplpvip committed May 15, 2023
    Configuration menu
    Copy the full SHA
    40a98a4 View commit details
    Browse the repository at this point in the history
  6. Display remaining time instead of cooldown limit

    - This should be friendlier and more informative to users
    - The time format is M:S instead of S since "179 minutes and 59 seconds"
      is more intuitive than "10799 seconds"
    jalsol authored and hieplpvip committed May 15, 2023
    Configuration menu
    Copy the full SHA
    23e1bc2 View commit details
    Browse the repository at this point in the history
  7. Use .first() instead of [:1]

    jalsol authored and hieplpvip committed May 15, 2023
    Configuration menu
    Copy the full SHA
    d9ff91d View commit details
    Browse the repository at this point in the history