UMass-Rescue / UMass-Rescue/RescueBox
update plugin versions to 2.1.0 from 2.0.0
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 6
- Forks
- 15
- Avg merge
- 14h 42m
- Merged PRs (30d)
- 7
Description
update to version="2.1.0" , or better set/update the version in the base class for all plugins ?
in /src/age_and_gender_detection/age_and_gender_detection/main.py
server.add_app_metadata(
plugin_name=APP_NAME,
name="Age and Gender Classifier",
author="UMass Rescue",
version="2.0.0",
info="Model to classify the age and gender of all faces in an image.",
)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in /src/age_and_gender_detection/age_and_gender_detection/main.py at the server.add_app_metadata call and inspect how plugin versions are defined elsewhere in the repository. Determine whether version 2.1.0 should be updated in each plugin or centralized in a base class; done means all plugin metadata reports the intended version.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100