Sala7din / BJJ-Competition-Weight-Checker

BJJ competition weight checker app
2 stars 0 forks source link

Define (and build) MVP solution #4

Open pascalwengerter opened 1 year ago

pascalwengerter commented 1 year ago

I am wondering what the "minimal viable product" you have in mind looks like?

Potentially, there is a lot this project could cover (various different competition rules with their respective weight classes, weight input in metric and imperial system, taking age into account, Gi vs NoGi, fetching Gi weights from an external source, ...) but ideally there's achievable steps on the way to include all these.

An example MVP could be: As a user, I want to

  1. to pick gender
  2. pick "IBJJF" weight class according to gender (which is the target value for the calculator)
  3. input my current weight
  4. input my current competition Gi weight
  5. press a calculate button (?)
  6. see a resulting amount of weight I have to cut (displayed in red, with a minus) or I have left (displayed in green)
Sala7din commented 1 year ago

Thanks for your input! I really appreciate your guidance in helping me define the MVP for this project. Your suggestion makes a lot of sense, and I can definitely see how there are many different aspects I could potentially cover. However, I agree with your recommendation that I start with a simpler version that I can build upon later. Your example MVP seems like a great starting point, and I'm excited to work on implementing those features. Thank you for your help and support!