ProvideQ / toolbox-server

Resources for the server that hosts the toolbox (Backend)
https://provideq.kit.edu
MIT License
1 stars 1 forks source link

refactor: use ids for ProblemType serialization instead of enum names #44

Closed schweikart closed 11 months ago

schweikart commented 11 months ago

This PR makes sure that ProblemTypes are identified through their id attribute instead of their enum name. This decouples the names of our Java constants from the actual problem type identifiers.

schweikart commented 11 months ago

Your change makes sense to me, thank you! From my point of view, you can rebase+merge this