Skip to content

Commit

Permalink
Merge pull request #346 from NREL/issue-285-helpdesk
Browse files Browse the repository at this point in the history
Issue 285 helpdesk
  • Loading branch information
gaccawi authored Dec 6, 2024
2 parents 6578361 + 31c81e1 commit 8a11ca9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ <h4>
<p>
We'd love to hear from you! The JUSTIFI application is in active development and your feedback
is invaluable in shaping the user experience, new features and general content within the tool.
To provide feedback, please email <a href="mailto:armstrongko@ornl.gov">Kristina
Armstrong</a> (armstrongko&#64;ornl.gov) with the subject line
To provide feedback, please email the <a href="mailto:justifi-help@ornl.gov">JUSTIFI help desk</a>
(justifi-help&#64;ornl.gov) with the subject line
<span class="bold">“JUSTIFI Feedback - A Summary”</span>.
This will allow the team to follow up with any
clarification questions in a timely manner and update you on progress towards implementing your ideas!
Expand All @@ -26,9 +26,8 @@ <h4>
<fa-icon [icon]="faBug"></fa-icon> Bug Reporting
</h4>
<p>
If you happen to encounter a bug while using JUSTIFI please report them to <a
href="mailto:armstrongko@ornl.gov">Kristina
Armstrong</a> (armstrongko&#64;ornl.gov) as well
If you happen to encounter a bug while using JUSTIFI please report them to the <a
href="mailto:justifi-help@ornl.gov">JUSTIFI help desk</a> (justifi-help&#64;ornl.gov)
using the subject <span class="bold">“JUSTIFI Bug Reporting - A Summary”</span>.
Kristina will work with you to resolve the issue and
make sure the bug is fixed to prevent future occurrences.
Expand Down
6 changes: 3 additions & 3 deletions src/app/core-components/welcome/welcome.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,9 @@
</a>
<p class="card-text fw-light">
We'd love to hear from you. If you have any feedback on the tool you would like
to share, use the email link provided for <a
href="mailto:armstrongko@ornl.gov">Kristina Armstrong</a>
(armstrongko&#64;ornl.gov) to contact our team and let us know your
to share, use the email link provided for the <a
href="mailto:justifi-help@ornl.gov">JUSTIFI help desk</a>
(justifi-help&#64;ornl.gov) to contact our team and let us know your
thoughts. The feedback link can also be used to report any bugs you find along
the way!
</p>
Expand Down
5 changes: 5 additions & 0 deletions src/app/routing/app-routing.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import { NebsDatabaseComponent } from '../nebs-database/nebs-database.component'
import { AboutComponent } from '../core-components/about/about.component';
import { FeedbackPageComponent } from '../core-components/feedback-page/feedback-page.component';
import { AcknowledgmentsComponent } from '../core-components/acknowledgments/acknowledgments.component';
import { HelpComponent } from '../core-components/help/help.component';

const routes: Routes = [
{
Expand Down Expand Up @@ -35,6 +36,10 @@ const routes: Routes = [
path: 'acknowledgments',
component: AcknowledgmentsComponent
},
{
path: 'help',
component: HelpComponent
},
SetupWizardRoutes,
PortfolioRoutes,
//wildcard/page not found needs to be last route
Expand Down

0 comments on commit 8a11ca9

Please sign in to comment.