Skip to content
This repository has been archived by the owner on May 17, 2023. It is now read-only.

feat(admin): ban user #22

Closed
CUexter opened this issue Feb 5, 2023 · 0 comments
Closed

feat(admin): ban user #22

CUexter opened this issue Feb 5, 2023 · 0 comments
Assignees
Labels
basic basic features that must be complete enhancement New feature or request

Comments

@CUexter
Copy link
Owner

CUexter commented Feb 5, 2023

This feature request aims to implement the functionality for administrators to ban a user in the twitter clone app. The following functionalities need to be implemented:

UI

  • In the user management page, administrators should be able to see a list of users and their current status (active or banned)
  • Administrators should be able to ban or unban a user by clicking a button in the user management page

Server-side functionality:

  • Store the ban status of a user in the database
  • Check the ban status of a user before allowing them to post tweets or perform other actions
  • Store and retrieve the ban status of a user when displaying the user information

Remarks

  • Only administrators should be able to access the user management page and ban a user
@CUexter CUexter added enhancement New feature or request basic basic features that must be complete labels Feb 5, 2023
@Flw5469 Flw5469 self-assigned this Mar 28, 2023
@Sumwai0920 Sumwai0920 self-assigned this Mar 28, 2023
@FAL0258 FAL0258 assigned FAL0258 and unassigned Sumwai0920 Apr 4, 2023
@CUexter CUexter closed this as completed May 2, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
basic basic features that must be complete enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants