Add notification when collection is being created#7827
Open
Add notification when collection is being created#7827
Conversation
CarolineDenis
approved these changes
Mar 20, 2026
emenslin
requested changes
Mar 23, 2026
Collaborator
emenslin
left a comment
There was a problem hiding this comment.
- See that the notification shows up
- See that the notification only shows up for collections
This does work, however, the notification says "allow up to 15 minutes for it to become available", but if you're adding multiple collections it can take longer than that. I added 2 new disciplines, 4 collections, 1 pre-loaded taxon, and 1 pre-loaded geography tree, and it took ~25 minutes for the last collection to be added. The wording of the notification should be changed to be more inclusive to possible longer time periods depending on how many collections are being created at once.
In this video, there are 4 collections that can be logged into, but a total of 6 collections are in the DB, and it has been >15 minutes since the last collection was created.
03-23_08.58.mp4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #7825
Adds a very simple informative notification when you create a collection through the System Configuration tool.
For code simplicity, it does not show the name of the collection nor a message when the collection is complete. Implementing those would require some structural changes.
Checklist
self-explanatory (or properly documented)
Testing instructions
Feel welcome to request changes if you don't find this solution satisfactory, and I can spend more time on it.