globus / globus/globus-compute

Cleanup user table

Open
#258 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
162
Forks
53
Avg merge
15h 29m
Merged PRs (30d)
26

Description

There are unnecessary columns in the users table.

We should **delete**:
- globus_identity
- namespace

We could **optionally delete**:
- deleted -- this was added for the initial GUI but is no longer used.

Contributor guide

Open the contributing guide

Research direction

Start by locating the users table definition and its migration history, then search the repository for globus_identity, namespace, and deleted. Confirm which columns are still referenced and inspect the database-related tests or migration checks. Done means the unused columns are removed safely, with deleted handled according to the project’s decision.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
databases
Issue type
Refactor
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.