UMass-Rescue / UMass-Rescue/RescueBox

update plugin versions to 2.1.0 from 2.0.0

Open
#63 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
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

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.

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.