ratifire / devrate-service

1 stars 0 forks source link

Error creating specializations #364

Closed IvashchenkoIvanIgorevich closed 3 months ago

IvashchenkoIvanIgorevich commented 3 months ago

We are encountering an error when we attempt to create more than 7 specializations. This issue is occurring due to our mock DB data, which we use for testing, as it has skill IDs starting from 101. Each specialization we create includes 3 mastery levels, and each mastery level comprises 5 soft skills. Consequently, after creating 7 specializations, we end up with 105 skills having IDs from 1 to 105. This leads to an error, as the system attempts to create skills with an ID of 101, which already exists.

https://devratecom.slack.com/archives/C06C5T09QPL/p1721676464363059