Move logic for identifier type validation / url generation from code to db #5271
Labels
Component: Code Infrastructure
formerly "Feature: Code Infrastructure"
Feature: DOI & Handle
Hackathon: Technical Debt
Type: Suggestion
an idea
User Role: Hackathon Participant
Core developers, frequent contributors, drive-by contributors, etc.
In #4371, we added logic to validate author identifiers based on type and also to generate URLs. This is in the Java code, however, so now we can't just add a new type by just modifying the db, we need to add the corresponding code, as well. We agreed to accept this a technical debt in order to move #4371 along.
This issue is to track the moving of this from the code to the db. That is we want to define the URL schemes and validation in the database, and then have the code generically handle this.
The text was updated successfully, but these errors were encountered: