globus / globus/globus-compute
Cleanup user table
Open
- 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
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