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

As a coordinator I want to sort users by date created #231

Merged

Conversation

ainsofs
Copy link
Contributor

@ainsofs ainsofs commented Jun 23, 2024

Description

Related to #218

sort by verified date, fix line endings

Motivation and Context

Easily identify users who have not verified their account for follow up

How has this been tested?

Manual

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist

  • My code fulfills the acceptance criteria.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

@ainsofs ainsofs added the WTD label Jun 23, 2024
Copy link

what-the-diff bot commented Jun 23, 2024

PR Summary

  • User Listing Order Update
    Previously, users were listed by their names, but now they are listed by the time their email was verified. This provides a more meaningful sequence.

  • Email Validation Rules Enhancement
    The rules for validating email addresses have been improved to enhance readability. This won't change the functionality, just makes the code easier to understand and maintain.

  • Enhanced Actions for Demo Users
    Updates to the user profile were not previously being restricted for demo users. Now, demo users will not be able to update their profiles or delete their accounts when using the application. If they try, they will receive an error message.

  • Super User Account Protection
    Superior user accounts (often known as 'super user' accounts) now have additional protections. If an attempt to delete a super user account is made, the system will now block this and provide a relevant error message. This makes our system more secure by safeguarding these crucial accounts.


Note

✨ This is your first What The Diff PR comment! ✨
The first 5 PR summaries won't count towards your token usage.
After that, you have 25000 tokens available or you can upgrade any time to a paid plan.

@ainsofs ainsofs merged commit 510c178 into main Jun 26, 2024
3 checks passed
@ainsofs ainsofs deleted the feat/218-as-a-coordinator-i-want-to-sort-users-by-date-created branch June 26, 2024 08:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant