Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Remove len>=3 constraint on MORANGO_NODE_ID and MORANGO_SYSTEM_ID

Open
#91 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

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

Research direction

No file or test is named in the issue. Start by locating validation for MORANGO_NODE_ID and MORANGO_SYSTEM_ID, then review any existing tests for these environment variables; done means values shorter than three characters are accepted while the remaining behavior is unchanged.

Written by the indexing model from the issue text.

Description

These envvars are only used when we know we can depend on the Database ID to be unique (when there's no chance the database has been cloned). Requiring certain levels of entropy in these envvars thus doesn't add much -- the true uniqueness will always be coming from the auto-generated (random) Database ID.

Dominant language
Python
Stars
15
Forks
23
Avg merge
5d 1h
Merged PRs (30d)
1

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from learningequality/morango

All issues in learningequality/morango

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.