Skip to content

Commit

Permalink
Merge branch 'development' into 'master'
Browse files Browse the repository at this point in the history
0.5

See merge request b650/Deep-Lynx!334
  • Loading branch information
DnOberon committed Sep 1, 2022
2 parents 6d6be23 + d22be27 commit 5dd3c5a
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 23 deletions.
Binary file added AdminWebApp/src/assets/lynx-white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added AdminWebApp/src/assets/lynx.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions AdminWebApp/src/pages/ContainerInvite.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
<v-col cols="5" class="pr-0">
<v-container class="pa-0 d-flex">
<div class="align-self-center ma-auto">
<h1 class="login-title text-center white--text mb-5">Deep Lynx</h1>
<v-img max-height="165" max-width="165" src="../assets/data-white.png"></v-img>
<v-img max-height="250" max-width="250" src="../assets/lynx-white.png"></v-img>
</div>
</v-container>
</v-col>
Expand Down
3 changes: 1 addition & 2 deletions AdminWebApp/src/pages/ContainerSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
<v-col cols="5" class="pr-0">
<v-container class="pa-0 d-flex">
<div class="align-self-center ma-auto">
<h1 class="login-title text-center white--text mb-5">Deep Lynx</h1>
<v-img max-height="165" max-width="165" src="../assets/data-white.png"></v-img>
<v-img max-height="250" max-width="250" src="../assets/lynx-white.png"></v-img>
</div>
</v-container>
</v-col>
Expand Down
7 changes: 3 additions & 4 deletions AdminWebApp/src/pages/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,9 @@
class="grey--text text--darken-2"
>
<div class="logo-div d-flex align-center pa-1">
<v-avatar tile height="25" width="25">
<img src="../assets/data-white.png">
</v-avatar>
<h1 class="text-h1 d-inline white--text">Deep Lynx</h1>
<div style="margin-left:15px;" >
<v-img max-height="120" max-width="120" src="../assets/lynx-white.png"></v-img>
</div>
</div>

<v-list dense class="nav-drawer-accordion pa-0">
Expand Down
3 changes: 1 addition & 2 deletions AdminWebApp/src/pages/Login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
<v-col cols="5" class="pr-0">
<v-container class="pa-0 d-flex">
<div class="align-self-center ma-auto">
<h1 class="login-title text-center white--text mb-5">Deep Lynx UI</h1>
<v-img max-height="165" max-width="165" src="../assets/data-white.png"></v-img>
<v-img max-height="250" max-width="250" src="../assets/lynx-white.png"></v-img>
</div>
</v-container>
</v-col>
Expand Down
Binary file added lynx.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
![img.png](lynx.png)

The construction of megaprojects has consistently demonstrated challenges for project managers in regard to meeting cost, schedule, and performance requirements. Megaproject construction challenges are common place within megaprojects with many active projects in the United States failing to meet cost and schedule efforts by significant margins. Currently, engineering teams operate in siloed tools and disparate teams where connections across design, procurement, and construction systems are translated manually or over brittle point-to-point integrations. The manual nature of data exchange increases the risk of silent errors in the reactor design, with each silent error cascading across the design. These cascading errors lead to uncontrollable risk during construction, resulting in significant delays and cost overruns. Deep Lynx allows for an integrated platform during design and operations of mega projects.

## **Documentation**
Expand Down
5 changes: 2 additions & 3 deletions src/data_processing/edge_inserter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,9 @@ export async function InsertEdge(edgeQueueItem: EdgeQueueItem): Promise<Result<b
// if we failed, need to iterate the attempts and set the next attempt date, so we don't swamp the database - this
// is an exponential backoff
const currentTime = new Date().getTime();
const check = currentTime + Math.pow(Config.edge_insertion_backoff_multiplier, edgeQueueItem.attempts++) * 1000;

edgeQueueItem.next_attempt_at = new Date(
currentTime + (edgeQueueItem.next_attempt_at.getSeconds() + Math.pow(Config.edge_insertion_backoff_multiplier, edgeQueueItem.attempts++)) * 1000,
);
edgeQueueItem.next_attempt_at = new Date(check);

const set = await queueMapper.SetNextAttemptAt(edgeQueueItem.id!, edgeQueueItem.next_attempt_at.toISOString(), inserted.error?.error);
if (set.isError) {
Expand Down
Binary file added src/http_server/assets/img/lynx-white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions src/http_server/views/authorize.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
<div class='col-md-5'>
<div id='color-background' class='pa-0 container h-100 d-flex'>
<div class='align-self-center justify-content-center mx-auto my-5'>
<h1 class='login-title text-center text-white mb-4'>Deep Lynx</h1>
<img src='/img/data-white.png' class='card-img img-fluid' alt='Deep Lynx Logo' />
<img src='/img/lynx-white.png' class='card-img img-fluid' alt='Deep Lynx Logo' style="max-height:250; max-width:250" />
</div>
</div>
</div>
Expand Down
3 changes: 1 addition & 2 deletions src/http_server/views/email_validate.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
<div class='col-md-5'>
<div id='color-background' class='pa-0 container h-100 d-flex'>
<div class='align-self-center justify-content-center mx-auto my-5'>
<h1 class='login-title text-center text-white mb-4'>Deep Lynx</h1>
<img src='/img/data-white.png' class='card-img img-fluid' alt='Deep Lynx Logo' />
<img src='/img/lynx-white.png' class='card-img img-fluid' alt='Deep Lynx Logo' style="max-height:250; max-width:250" />
</div>
</div>
</div>
Expand Down
3 changes: 1 addition & 2 deletions src/http_server/views/login.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
<div class='col-md-5'>
<div id='color-background' class='pa-0 container h-100 d-flex'>
<div class='align-self-center justify-content-center mx-auto my-5'>
<h1 class='login-title text-center text-white mb-4'>Deep Lynx</h1>
<img src='/img/data-white.png' class='card-img img-fluid' alt='Deep Lynx Logo' />
<img src='/img/lynx-white.png' class='card-img img-fluid' alt='Deep Lynx Logo' style="max-height:250; max-width:250" />
</div>
</div>
</div>
Expand Down
3 changes: 1 addition & 2 deletions src/http_server/views/register.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
<div class='col-md-5'>
<div id='color-background' class='pa-0 container h-100 d-flex'>
<div class='align-self-center justify-content-center mx-auto my-5'>
<h1 class='login-title text-center text-white mb-4'>Deep Lynx</h1>
<img src='/img/data-white.png' class='card-img img-fluid' alt='Deep Lynx Logo' />
<img src='/img/lynx-white.png' class='card-img img-fluid' alt='Deep Lynx Logo' style="max-height:250; max-width:250" />
</div>
</div>
</div>
Expand Down
3 changes: 1 addition & 2 deletions src/http_server/views/reset_password.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
<div class='col-md-5'>
<div id='color-background' class='pa-0 container h-100 d-flex'>
<div class='align-self-center justify-content-center mx-auto my-5'>
<h1 class='login-title text-center text-white mb-4'>Deep Lynx</h1>
<img src='img/data-white.png' class='card-img img-fluid' alt='Deep Lynx Logo' />
<img src='/img/lynx-white.png' class='card-img img-fluid' alt='Deep Lynx Logo' style="max-height:250; max-width:250" />
</div>
</div>
</div>
Expand Down

0 comments on commit 5dd3c5a

Please sign in to comment.