Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This section outlines a few recommended next steps following a successful installation:

Table of Contents
maxLevel1

Details follow.

Explore Admin App Features

After installation, consider exploring the Admin App itself:

  • Review and edit education organizations. This allows you to set up district and school information specific to your organization. If you installed the Admin App for a new, empty ODS / API, this provides you with an easy setup. If your Admin App is pointing to an existing ODS / API, you can confirm that the education organization information is as you expect.
  • Review Ed-Fi Descriptors. Ed-Fi technology allows you to configure value lists (i.e., code sets) specific to your context using Ed-Fi Descriptors. You can review Descriptors in the Admin App to make sure the as-shipped ODS / API contains values appropriate for your environment.
  • Add client systems. Data moves in and out of the ODS / API from client systems such as a student information system, assessment system, rostering system, and so forth. If your Admin App is connected to a new instance of the ODS / API, you'll need to set up client systems and provide those system administrators with credentials to get data into your new ODS / API. If your Admin App is connected to an existing instance, you can verify that the vendors and applications are set up as you expect.
  • Add learning standards. The Ed-Fi Alliance and Certica Solutions partnered to offer the Academic Benchmarks system of learning standards mappings available through the Ed-Fi Operational Data Store (Ed-Fi ODS/API). This partnership will make Academic Benchmarks’ digitized learning standards readily available to education agencies and vendors.  The Admin App has built-in synchronization to populate an ODS / API directly from Certica AB. The license is free, and can be obtained online by visiting this link.

The activities above are documented in the /wiki/spaces/ADMIN/pages/25231476.

Review Ed-Fi ODS / API Documentation

If you're new to the Ed-Fi ODS / API — or even if you're upgrading from a previous version in tandem with installing the Admin App — the product documentation for your solution has additional information you'll find useful:

  • The Ed-Fi ODS / API v3.4 documentation is available online here.
  • The Ed-Fi ODS / API v3.3 documentation is available online here.
  • The Ed-Fi ODS / API v3.2 documentation is available online here.
  • The Ed-Fi ODS / API v2.5 documentation is available online here

The Platform Developers' Guide and API Client Developers' Guide are essential reading for platform hosts.

Source Code Access

Admin App source code is not publicly distributed at this time, so if you require access, please e-mail info@ed-fi.org with your GitHub user ID.

Admin App Walkthrough

Below is a quick start guide and walk through of Admin App's important features. 

Add Vendor & Application

In this step, we'll add a new vendor and a client application.

If you're not already there, go to the Admin App Home page:

Image RemovedImage Added

Click Global and you'll be presented with the screen below with two tabs: Vendors and Claim Sets.

Details for the Claim Sets tab can be found here: /wiki/spaces/ADMIN/pages/25238340.

We'll continue with the Vendor tab to add a vendor.

Image RemovedImage Added

Clicking on Add Vendor will open the following screen for adding a new vendor.

Image RemovedImage Added

Please enter company, namespace, contact name and contact email address and hit Save Changes.

Image RemovedImage Added

Now, we'll add an application to the vendor we just created. Applications are specific to an ODS / API instance.

Click on the Settings from Home page will take you to ODS Instance section.

Image RemovedImage Added

Clicking on Add Application will show following screen.

Image RemovedImage Added

Steps for adding application to vendor

  • Provide application name
  • Select either option for education organization type
  • Choose any available education organization id from the drop-down menu
  • Select appropriate claim set name
  • Click Add Application to save the application

You will be presented with the Key and Secret at the next screen. Copy this information to a safe place.

It's useful to test client system functionality (in this document we will be using the generated key and secret for Bulk upload process).

Image RemovedImage Added

After completing the above step, you'll see the new Test application you just added.

Image RemovedImage Added

Descriptors tab

View configured descriptors for a known instance.

Image RemovedImage Added

Education Organizations tab 

View and manage education organizations (LEAs and schools).

Image RemovedImage Added

Bulk Upload process

Please You can enter a generated key and secret (on step 9.1) here and save the credentials. Saved The saved key and secret will be used to authorize the bulk upload processprocesses.

Image RemovedImage Added

After saving credentials, bulk upload page will be presented.

Image RemovedImage Added

To perform upload, please select appropriate file type and input file and click upload. After clicking the upload button, the popup will display the upload progress.

Image RemovedImage Added

Bulk upload is completed successfully.

Sync Learning Standards

In this step, we'll populate learning standards in the ODS / API by using the Admin App to synchronize with the AB Connect API.

To synchronize learning standards in on local environment, select the Learning Standards tab. You'll be presented with the screen below:

Image RemovedImage Added

The screen contains instructions on how to get an API ID and Key from Certica Solutions. Following the instructions on screen to obtain an ID and Key.

Please enter AB connect ID and Key obtained from Certica and click Enable Learning Standards. Syncing will begin. A progress bar will show you the current status, and you'll see a "completed successfully" message once done.

Image RemovedImage Added

Clicking Reload will take you to the following screen, where you can reset the AB connect credentials or update the learning standards.

Image RemovedImage Added

Optional Verification Step

To confirm that learning standards have been populated, a SQL query, such as shown below, can be run against your ODS / API instance database. The query should return a count in the thousands from a successful learning standards synchronization:

Code Block
languagesql
SELECT COUNT(*) FROM EdFi.LearningStandard WHERE [Namespace] LIKE '%api.academicbenchmarks%';

Reports

Select Reports tab for Ods Instance specific reports.

Image RemovedImage Added

Choosing district will provide district specific reports.

Image RemovedImage Added

By clicking on the individual report link will take you to the detailed report page.

Image RemovedImage Added



Include Page
_ADMIN - Sidebar - Getting Started
_ADMIN - Sidebar - Getting Started