...
...
...
...
...
Checklist
...
...
- Admin App: enable and configure year specific app settings yearSpecific:isEnabled and yearSpecific:year
Year-Specific Configuration
ODS Web API and SwaggerUI Config
The ODS / API and SwaggerUI each require changes to configure them for Year-Specific mode. If installed through .exe installers, you can locate the Web.config for each using IIS Manager. Right click "Explore" on the web application and then find the Web.config file.
In the SwaggerUI Web.config, make the following changes:
- Update swagger.webApiMetadataUrl to contain a school year.
...
- Update the owin:appStartup app setting to have the value of "YearSpecific".
ODS Database Year-Specific Naming Convention
In Year-Specific mode, the database is identified with a "_{year}" suffix value in the database name. To enable, install the database as usual, either through the initdev process or through the Windows Installers for the Ed-Fi ODS / API Suite 3. Once installed, you can manually rename the database through SQL Server Management Studio by right clicking on the database name and selecting "Rename":
...
...
...
...
...
...
...
...
...
...