Skip to content

Commit

Permalink
Documentation updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ajkiessl committed Jul 26, 2024
1 parent 0f02f38 commit c7b1a83
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ This app parses data from faculty CVs, and integrates data into Activity Insight

## Dependencies

-ruby 2.5
-ruby 3.1

-rails 5.2
-rails 7

-mariadb 10

Expand Down Expand Up @@ -73,7 +73,7 @@ The courses taught data import runs automatically at 00:00 on February 1st, June

### Contract/Grants

The contract/grant data import runs on the second Monday of every month at 01:00. The data is obtained from the CSV generated by the SIMS team at this endpoint: https://service.sims.psu.edu/digitalmeasures/dmresults.csv . This integration is also dependent on the CONGRANT.csv backup obtained from this Digital Measures endpoint: https://webservices.digitalmeasures.com/login/service/v4/SchemaData:backup/INDIVIDUAL-ACTIVITIES-University . The backup is used to detect if there are any duplicates in the current Activity Insight system and remove them before the import runs.
The contract/grant data import runs every Monday at 01:00. The data is obtained from the CSV generated by the SIMS team at this endpoint: https://service.sims.psu.edu/digitalmeasures/dmresults.csv . This integration is also dependent on the CONGRANT.csv backup obtained from this Digital Measures endpoint: https://webservices.digitalmeasures.com/login/service/v4/SchemaData:backup/INDIVIDUAL-ACTIVITIES-University . The backup is used to detect if there are any duplicates in the current Activity Insight system and remove them before the import runs.

## Development

Expand Down
2 changes: 1 addition & 1 deletion app/views/main/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<ul>
<li><h5>Contract/Grant Integration</h5></li>
<ol>
<strong class="text-danger">This integration is fully automated. It runs at 01:00 on the second Monday of each month.</br>
<strong class="text-danger">This integration is fully automated. It runs at 01:00 every Monday.</br>
To run this integration with the GUI:</strong>
</br>
</br>
Expand Down

0 comments on commit c7b1a83

Please sign in to comment.