Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

URN db version #311

Closed
wants to merge 1 commit into from
Closed

URN db version #311

wants to merge 1 commit into from

Conversation

fumimowdan
Copy link
Contributor

Re-instates #276

This will serve to render a urn and hold the current state of
available urns ready to be used.

Add GenerateUrns service

This service will create all the available urns per application route.
They will be randomized, unique and the next available urn to be taken
will retreived with the Urn.next method.

Once all the urn are exhausted this method will raise an error and the
format of the URN will need updating ie increase the size of the
suffix set.  Urn::MAX_SUFFIX

Add rake task urn:generate

This task is going to be used to ensure that when start the
application service the URNs are ready to be picked.

Update code to used `Urn.next`

* startup.sh

* submitform service

* factories

Fix specs for urn
@fumimowdan fumimowdan mentioned this pull request Oct 30, 2023
@fumimowdan
Copy link
Contributor Author

closed by #318

@fumimowdan fumimowdan closed this Oct 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants