Skip to content

Commit

Permalink
Merge pull request #59 from rcaldous/patch-1
Browse files Browse the repository at this point in the history
Fixed two headings in readme docs
  • Loading branch information
opoudjis authored Feb 12, 2018
2 parents fee8883 + a688ce4 commit acf5e06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion napval/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Configuration files:
* `serviceregister.go` : registry of microservices, mapping Route keys to service instances, and with code for processing messages according to their Route attribute


#API
# API

## Supported Queries
* `POST /naplan/reg/validate` : validate the record(s), whether in XML or CSV. This involves publishing the records received onto the microservice bus, with the configured list of validators as the message route. Blank entries are stripped.
Expand Down
4 changes: 2 additions & 2 deletions sms/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ This service extracts SIF data from the SMS via query (all attendance records fo

D3-based clients are then easily instantiated in html pages for lightweight dashboarding and basic reporting. These same services can be used to provide interactive data analysis support to NAPLAN results users where no systemic BI capability is available.

###2.3.4. CSV-SIF Conversion
### 2.3.4. CSV-SIF Conversion

This is a simple service to support NAPLAN Online integrations. Validating CSV files is significantly harder than validating XML, but there will be a strong preference in schools and jurisdictions initially to produce registration data in CSV format. This service converts CSV input to the relevant SIF objects for onward transmission to the National Assessment Platform.
This is a simple service to support NAPLAN Online integrations. Validating CSV files is significantly harder than validating XML, but there will be a strong preference in schools and jurisdictions initially to produce registration data in CSV format. This service converts CSV input to the relevant SIF objects for onward transmission to the National Assessment Platform.

0 comments on commit acf5e06

Please sign in to comment.