fastruby/points

Better tracking for version jumps and projects

etagwerker opened this issue · 0 comments

Before we start...:

  • I checked the documentation and didn't find this feature
  • I checked to make sure that this feature has not already been requested

Branch/Commit:

main branch.

Describe the feature:

As an admin
I create a project
And then I select what version jump it's connected to
And I see version jumps in the admin panel

Problem:

As an admin
I want to be able to filter all the Rails 5.2 to 6.0 project
So that I can achieve better gain insights from past projects related to that jump

Information Architecture:

We probably want to have a new table called "jumps" or "version_jumps" that has these columns:

  • Technology: Ruby/Rails/Node/React/React Native/Expressjs/Vuejs
  • Current version: "2.3" (for example)
  • Target version: "3.0" (for example)

When creating a new project, I should be able to select a specific jump associated with the project.

I will abide by the code of conduct