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 ability to delete a user's information #6334

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Commits on May 7, 2024

  1. backend: Add ability to delete a user

    Signed-off-by: Taylor Smock <tsmock@meta.com>
    tsmock committed May 7, 2024
    Configuration menu
    Copy the full SHA
    a7f2151 View commit details
    Browse the repository at this point in the history
  2. backend: Use planet.osm.org/users_deleted/users_deleted.txt to avoid …

    …hammering API
    
    Signed-off-by: Taylor Smock <tsmock@meta.com>
    tsmock committed May 7, 2024
    Configuration menu
    Copy the full SHA
    5364e8e View commit details
    Browse the repository at this point in the history
  3. Initial UI work

    Signed-off-by: Taylor Smock <tsmock@meta.com>
    tsmock committed May 7, 2024
    Configuration menu
    Copy the full SHA
    9f84d20 View commit details
    Browse the repository at this point in the history
  4. Update list.test.js

    Of specific note, the background-image check passes prior to the
    previous commit because two renders happen before the test continues.
    With the new code, only one render happens.
    
    This may have been a source of intermittent test failures in the past.
    
    Signed-off-by: Taylor Smock <tsmock@meta.com>
    tsmock committed May 7, 2024
    Configuration menu
    Copy the full SHA
    f71048f View commit details
    Browse the repository at this point in the history