Skip to content

Commit

Permalink
Change to live link for testlog
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLarsinator committed Jul 24, 2021
1 parent b232986 commit 3ac9731
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
Binary file added .github/upload_testlog.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,7 @@ The FL tyre has some leaking
#### Uploading to Revolve TestLog
Your log can also be uploaded to Revolve Testlog: vault.revolve.no/testlog. This is done with the "Upload selected TestDay" button, or pressing Ctrl+U. In order for this to work, you will have to specify the Test Phase you want to add your log to. You can find this ID on Testlog's season page, as demonstrated in the screenshot below:
<img align=left src="https://raw.githubusercontent.com/RevolveNTNU/RevolveTestDiary/tribe/.github/testlog.png" width="100%"/>

When uploading, a new TrackDay is created, and all your entries, debrief notes and goals are added to that TrackDay.

<img align=left src="https://raw.githubusercontent.com/RevolveNTNU/RevolveTestDiary/tribe/.github/upload_testlog.png" width="100%"/>
2 changes: 1 addition & 1 deletion RevolveTestDiaryXf/ViewModels/MainWindowViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ public async void UploadTestDayToTestLog()
var content = new FormUrlEncodedContent(data);
try
{
var response = await client.PostAsync("http://127.0.0.1:8000/testlog/register/exterallog/", content);
var response = await client.PostAsync("http://vault.revolve.no/testlog/register/exterallog/", content);
var responseString = await response.Content.ReadAsStringAsync();
}
catch (Exception)
Expand Down

0 comments on commit 3ac9731

Please sign in to comment.