Details
Assignee
Casey HendersonCasey HendersonReporter
Casey HendersonCasey HendersonSprint
Priority
TBD
Details
Details
Assignee
Casey Henderson
Casey HendersonReporter
Casey Henderson
Casey HendersonSprint
Priority
Created March 7, 2025 at 3:58 PM
Updated March 10, 2025 at 10:42 AM
By using a “main” application and Next.js zones, we could potentially bring Admin for Libraries and Admin for Consortia under the same “roof”, maintaining separate codebases and the advantages of having separate apps while making it look to the user like it’s all one app.
The envisaged user experience is that users would visit DCB Admin and be asked to select “Libraries” or “Consortia”. They would then authenticate and be served the relevant experience, provided they pass authentication.
This would allow us to ship one DCB Admin URL -
dcb-admin.k-int.com
for example - to all users and let them choose which version to use.This would likely require the use of Next.js Zones.