diff --git a/sites/tron-site/assets/right-arrow-icon.svg b/sites/tron-site/assets/right-arrow-icon.svg new file mode 100644 index 0000000000000000000000000000000000000000..3ea1d60ac853a07c87501d33908a35b5504ac4d8 --- /dev/null +++ b/sites/tron-site/assets/right-arrow-icon.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/sites/tron-site/blog/index.html b/sites/tron-site/blog/index.html index ba0d07bfebbe6867aa5d79a4e73aa08b71b5df96..2c9410be842e5ef922ee0c7e26008e7e1049eb95 100644 --- a/sites/tron-site/blog/index.html +++ b/sites/tron-site/blog/index.html @@ -96,19 +96,33 @@ @@ -155,7 +169,7 @@
  • Home
  • Services
  • -
  • Puckboard
  • +
  • Puckboard
  • Blog
  • diff --git a/sites/tron-site/contact/index.html b/sites/tron-site/contact/index.html index e77a1ec57926a575dec86520c294de486873a0ab..d71feb2e6be443e721f6b3cde40e455fa6f3fe2a 100644 --- a/sites/tron-site/contact/index.html +++ b/sites/tron-site/contact/index.html @@ -96,19 +96,33 @@ @@ -250,7 +264,7 @@
  • Home
  • Services
  • -
  • Puckboard
  • +
  • Puckboard
  • Blog
  • diff --git a/sites/tron-site/css/custom.css b/sites/tron-site/css/custom.css index b773251f5b0f1784d7a38052ac028a563a16faf3..99fcf86573e968723c777d04e6c2f3d7b3705f65 100644 --- a/sites/tron-site/css/custom.css +++ b/sites/tron-site/css/custom.css @@ -74,4 +74,23 @@ ion-icon { } .sdi-video video { box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.25); +} + +.linktext { + color: #00cf9f; + font-size: 14px; + line-height: 1.5; + font-weight: bold; + text-transform: uppercase; +} + +.linktext::after { + content: ""; + position: absolute; + background-image: url(/assets/right-arrow-icon.svg); + width: 20px; + height: 20px; + background-repeat: no-repeat; + margin-left: 10px; + margin-top: 4px; } \ No newline at end of file diff --git a/sites/tron-site/css/p1.css b/sites/tron-site/css/p1.css index 555528999be60f7b1bc6ff555b6849a59e47783d..2d4d12114f6d2d8289558f8f72c67671a5cdafa2 100644 --- a/sites/tron-site/css/p1.css +++ b/sites/tron-site/css/p1.css @@ -7,6 +7,9 @@ section .container { padding-left: 30px; padding-right: 30px; } +section.altBgs { + background: #fff; +} .row.padding { padding: 20px 0; } @@ -26,6 +29,14 @@ h3 { p { font-size: 16px; } +a.normal-link { + color: #F68720; + font-size: 20px; + font-weight: bold; +} +a.normal-link:hover { + color: #FFA420; +} .center { text-align: center; } @@ -56,11 +67,22 @@ section img { .btn { margin: 20px 10px 20px 0; } +.video-hero-btn { + margin-right: 80px; + margin-left: auto; +} @media screen and (max-width: 768px) { .btn { margin-bottom: 50px; width: 100%; - } + } + .video-hero-btn { + margin: 2rem 10rem; + } + .feature img, .feature .iframe-container { + margin-top: 5rem; + margin-bottom: 5rem; + } } .btn-primary { background-color: #3FB599; @@ -252,7 +274,7 @@ div.timeline .timeline-inner .line:after { justify-content: center; } #hero-image { - background-image: url('/portfolio/puckboard/images/hero.jpg'); + background-image: url('/puckboard/images/hero.jpg'); background-size: cover; position: absolute; top: -40px; @@ -278,33 +300,39 @@ div.timeline .timeline-inner .line:after { margin-top: 50px; margin-bottom: 50px; } */ -#row-hero { - display: flex; - justify-content: center; - align-items: center; - padding: 20px; - border: 5px solid #fff; - margin-top: 65px; -} #logo-wrapper { - /* background-color: rgba(113,181,153,0.8); */ - /* background-color: #454355; */ width: 100%; height: 100%; padding: 40px; } -#hero-cta { - margin: 50px 0; +.border { + border: 5px solid #fff; + padding: 50px; + width: 60%; } .card { - height: 240px; + height: 150px; + width: 150px; margin-bottom: 50px; + background-color: #3FB599; + border-radius: 2rem; display: flex; align-items: center; + justify-content: center; + padding: 20px; +} +@media screen and (max-width: 768px) { + .card { + width: 100%; + margin-bottom: 1rem; + } } .card img { height: 150px; } +.card h4 { + font-size: 22px; +} .resources h2 { margin-bottom: 5rem; } @@ -332,6 +360,7 @@ section#video-hero { display: flex; align-items: center; padding-left: 10rem; + padding-right: 10rem; background-image: linear-gradient(to right, rgba(0,0,0,1), rgba(0,0,0,0)); z-index: 2; } @@ -339,11 +368,6 @@ section#video-hero { padding: 0; background-color: black; } -.whats-new { - margin-bottom: 0px; - height: 100%; -} - .embed-video{ position: absolute; top: 0; @@ -353,12 +377,65 @@ section#video-hero { width: 100%; height: 100%; } - .iframe-container { - position: relative; - overflow: hidden; - width: 100%; - padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */ - box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); + position: relative; + overflow: hidden; + width: 100%; + padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */ + box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); } +.accordion { + background-color: #eee; + color: #444; + cursor: pointer; + padding: 18px; + width: 100%; + text-align: left; + border: none; + outline: none; + transition: 0.4s; + font-size: 24px; +} +.accordion:after { + content: '\02795'; /* Unicode character for "plus" sign (+) */ + font-size: 13px; + color: #777; + float: right; + margin-left: 5px; + margin-top: 10px; +} +.active, .accordion:hover { + /* background-color: #ccc; */ + background-color: #3FB599; +} +.active:after { + content: "\2796"; /* Unicode character for "minus" sign (-) */ +} +.panel { + padding: 0 18px; + background-color: inherit; + max-height: 0; + overflow: hidden; + transition: max-height 0.2s ease-out; + border: none; +} +.panel p { + margin-top: 10px; + margin-bottom: 10px; +} +.tooltip.top .tooltip-inner { + background-color: #71B599; + height: 60px; + min-width: 700px; + font-size: 20px; + border-radius: 10px; +} +.tooltip.top .tooltip-arrow { + border-top-color: white; +} +.section-strip { + margin: 0 auto; + padding: 20px; + width: 100%; +} diff --git a/sites/tron-site/getstarted.html b/sites/tron-site/getstarted.html new file mode 100644 index 0000000000000000000000000000000000000000..4b14b5fd367c3ab1e15c03b70cca8e887ce469c8 --- /dev/null +++ b/sites/tron-site/getstarted.html @@ -0,0 +1,26 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/sites/tron-site/index.html b/sites/tron-site/index.html index 9a77e7d9e2063d7cbe3e9cd1d92d2611a41cf128..7dc464953f9aa74293f6c4f8718d0f001194bb6d 100644 --- a/sites/tron-site/index.html +++ b/sites/tron-site/index.html @@ -96,19 +96,33 @@ @@ -207,52 +221,50 @@
    -

    Our Services

    +

    Services & Resources

    - The intentional lines of effort that we have the ability to support at - scale for existing or prospective teams. + How we support existing and prospective teams.

    - +

    Everyday Links

    -

    ...because we all need them somewhere...

    +

    Links to commonly-used resources like Mattermost, Jira Service Desk, and the Tron + Product Maturity Board can be found here. +

    +
    + View Links
    @@ -446,7 +460,7 @@
  • Home
  • Services
  • -
  • Puckboard
  • +
  • Puckboard
  • Blog
  • diff --git a/sites/tron-site/js/puckboard.js b/sites/tron-site/js/puckboard.js index 775034e3b70e0a7d416ffe1afdc07703007bd9a6..833bbcad5e946251da756ecd17c57fb61794fd40 100644 --- a/sites/tron-site/js/puckboard.js +++ b/sites/tron-site/js/puckboard.js @@ -1,3 +1,53 @@ function removeEl(id) { document.getElementById(id).style.display = "none"; +} + +/* Accordion - Start */ +function accordion() { + var acc = document.getElementsByClassName("accordion"); + var i; + + for (i = 0; i < acc.length; i++) { + acc[i].addEventListener("click", function() { + /* Toggle between adding and removing the "active" class, + to highlight the button that controls the panel */ + this.classList.toggle("active"); + + /* Toggle between hiding and showing the active panel */ + var panel = this.nextElementSibling; + if (panel.style.maxHeight) { + panel.style.maxHeight = null; + } else { + panel.style.maxHeight = panel.scrollHeight + "px"; + } + }); + } +} +/* Accordion - End */ + +/* Alternating Section Backgrounds - Start */ +function backgrounds() { + var arr = document.getElementsByClassName("altBgs"); + + arr[0].style.background = "#fff"; + for (i = 1; i < arr.length; i++) { + if ((i % 2) != 0) { + arr[i].style.background = "#454355"; + arr[i].style.color = "#fff"; + } + else { + arr[i].style.background = "#fff"; + } + } +} +/* Alternating Section Backgrounds - Start */ + +window.onload = function () { + accordion(); + backgrounds(); + tooltip(); +} + +function tooltip() { + $("[data-toggle=tooltip]").tooltip(); } \ No newline at end of file diff --git a/sites/tron-site/kajsghdfuyshdjofajsdkfgausdghfkjasdf/index.html b/sites/tron-site/kajsghdfuyshdjofajsdkfgausdghfkjasdf/index.html index e9a2ff41defe12c132fa14ff41281740d2ce3db5..ab68f703ecd4d990c1e224fc94bb96e0c8495620 100644 --- a/sites/tron-site/kajsghdfuyshdjofajsdkfgausdghfkjasdf/index.html +++ b/sites/tron-site/kajsghdfuyshdjofajsdkfgausdghfkjasdf/index.html @@ -96,19 +96,33 @@
    @@ -257,7 +271,7 @@
  • Home
  • Services
  • -
  • Puckboard
  • +
  • Puckboard
  • Blog
  • diff --git a/sites/tron-site/learning/capabilities/index.html b/sites/tron-site/learning/capabilities/index.html index a707c4420275a23ee7f8e303438d4873ca0ad881..68f9349eb3e5470eb49b2c32af37ecd0f6f7ff1e 100644 --- a/sites/tron-site/learning/capabilities/index.html +++ b/sites/tron-site/learning/capabilities/index.html @@ -96,19 +96,33 @@ @@ -659,7 +673,7 @@ Definition of the sufficient Home
  • Services
  • -
  • Puckboard
  • +
  • Puckboard
  • Blog
  • diff --git a/sites/tron-site/learning/pathways.html b/sites/tron-site/learning/pathways.html new file mode 100644 index 0000000000000000000000000000000000000000..1ef820c6c33a4b02c377b7350546f40afb53217d --- /dev/null +++ b/sites/tron-site/learning/pathways.html @@ -0,0 +1,26 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/sites/tron-site/learning/pathways/experienced/index.html b/sites/tron-site/learning/pathways/experienced/index.html index 27118a8d7397e603019e821645e6917449684ddb..89800d4b0767693bdd6dde8a66a4cb66417cc4c7 100644 --- a/sites/tron-site/learning/pathways/experienced/index.html +++ b/sites/tron-site/learning/pathways/experienced/index.html @@ -96,19 +96,33 @@ @@ -168,7 +182,7 @@
  • Home
  • Services
  • -
  • Puckboard
  • +
  • Puckboard
  • Blog
  • diff --git a/sites/tron-site/learning/pathways/index.html b/sites/tron-site/learning/pathways/index.html index 2db308d355d126126dab8bce9c8a54ee15d4960f..72b5d3c959b70a519e6b413fe2b1deb94dcd65a2 100644 --- a/sites/tron-site/learning/pathways/index.html +++ b/sites/tron-site/learning/pathways/index.html @@ -96,19 +96,33 @@ @@ -483,7 +497,7 @@ Definition of the sufficient Home
  • Services
  • -
  • Puckboard
  • +
  • Puckboard
  • Blog
  • diff --git a/sites/tron-site/learning/pathways/modular/index.html b/sites/tron-site/learning/pathways/modular/index.html index 22cb53304d9024c0289c8c4928877d5df8baef15..d6500b71c30c402e084c4efb60ab69013979d875 100644 --- a/sites/tron-site/learning/pathways/modular/index.html +++ b/sites/tron-site/learning/pathways/modular/index.html @@ -96,19 +96,33 @@ @@ -168,7 +182,7 @@
  • Home
  • Services
  • -
  • Puckboard
  • +
  • Puckboard
  • Blog
  • diff --git a/sites/tron-site/learning/pathways/sdi.html b/sites/tron-site/learning/pathways/sdi.html new file mode 100644 index 0000000000000000000000000000000000000000..ae03859e997e80a7fc8a9ecf068c7ef0e4f44cf9 --- /dev/null +++ b/sites/tron-site/learning/pathways/sdi.html @@ -0,0 +1,26 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/sites/tron-site/learning/pathways/sdi/index.html b/sites/tron-site/learning/pathways/sdi/index.html index c92acccf1547052a731423de5b7dcc985f779b26..c47e51461baf230e52182e314543898e7a47d97d 100644 --- a/sites/tron-site/learning/pathways/sdi/index.html +++ b/sites/tron-site/learning/pathways/sdi/index.html @@ -96,19 +96,33 @@ @@ -209,7 +223,7 @@ This cohort will be led via VTC and in online collaboration channels by a joint
  • Home
  • Services
  • -
  • Puckboard
  • +
  • Puckboard
  • Blog
  • diff --git a/sites/tron-site/learning/qualifications/index.html b/sites/tron-site/learning/qualifications/index.html index aeeb312d3539db115741ab6f9ee5b11e924624f2..466a00e1bc0556fc5b7d228a7bd5a3c98cefd16e 100644 --- a/sites/tron-site/learning/qualifications/index.html +++ b/sites/tron-site/learning/qualifications/index.html @@ -96,19 +96,33 @@ @@ -368,7 +382,7 @@ Definition of the Home
  • Services
  • -
  • Puckboard
  • +
  • Puckboard
  • Blog
  • diff --git a/sites/tron-site/learning/roles/index.html b/sites/tron-site/learning/roles/index.html index d29e7aad4d0b4e02ca86ca2b2254c785b59fd736..156c53d5ef1a9e0777aba337bd25b3600ca02356 100644 --- a/sites/tron-site/learning/roles/index.html +++ b/sites/tron-site/learning/roles/index.html @@ -96,19 +96,33 @@ @@ -372,7 +386,7 @@ Definition of the Home
  • Services
  • -
  • Puckboard
  • +
  • Puckboard
  • Blog
  • diff --git a/sites/tron-site/p1.html b/sites/tron-site/p1.html new file mode 100644 index 0000000000000000000000000000000000000000..488cdbb30668e1f5cc64e1b7ebc3c9617a666d93 --- /dev/null +++ b/sites/tron-site/p1.html @@ -0,0 +1,26 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/sites/tron-site/p1/images/ecosystem.png b/sites/tron-site/p1/images/ecosystem.png new file mode 100644 index 0000000000000000000000000000000000000000..3168a8f8bd9d65d1a4083f84be9800c3b48c8ae9 Binary files /dev/null and b/sites/tron-site/p1/images/ecosystem.png differ diff --git a/sites/tron-site/p1/images/mobile.svg b/sites/tron-site/p1/images/mobile.svg new file mode 100644 index 0000000000000000000000000000000000000000..8071f2dd521d694995731c3540dcc7cd6b7100a0 --- /dev/null +++ b/sites/tron-site/p1/images/mobile.svg @@ -0,0 +1,18 @@ + + + + phone_iphone + Created with Sketch. + + + + + + + + + + + + + \ No newline at end of file diff --git a/sites/tron-site/p1/images/paper.svg b/sites/tron-site/p1/images/paper.svg new file mode 100644 index 0000000000000000000000000000000000000000..853f95fde638d86230f1a79e5b7fe85573b23fec --- /dev/null +++ b/sites/tron-site/p1/images/paper.svg @@ -0,0 +1 @@ + office, document, paper, work, file \ No newline at end of file diff --git a/sites/tron-site/p1/images/plane.svg b/sites/tron-site/p1/images/plane.svg new file mode 100644 index 0000000000000000000000000000000000000000..e3269da245a42ac32417d6073d18da42122e689c --- /dev/null +++ b/sites/tron-site/p1/images/plane.svg @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sites/tron-site/p1/index.html b/sites/tron-site/p1/index.html index a05e2f70a3b3cdebe81ecacd092bdad54779abee..96c0f5e6a511c2f23aa9d6a342576a3c0d0e87a6 100644 --- a/sites/tron-site/p1/index.html +++ b/sites/tron-site/p1/index.html @@ -100,19 +100,33 @@ @@ -124,10 +138,10 @@ -
    +
    @@ -136,35 +150,17 @@
    -

    Sign up for Platform One and Mattermost

    +

    Get Started with Platform One and Mattermost

    - -
    -
    - -
    -
    -
    -
    -

    Ecosystem

    -
    -

    Here at Tron, we partner with the Air Force’s Platform One (P1) organization as the foundation our apps are built on. Having mission apps with mobile access is possible because they live and operate within the P1’s architecture and security. The key to accessing Mattermost, or any other mission app on P, is the Single Sign On (SSO). This allows you to work on any device with internet, using a single password. All of this is available to anyone with a .mil email and CAC card.

    -
    -
    -
    -
    -
    - Platform One Ecosystem -
    -
    +
    -
    +
    @@ -176,42 +172,98 @@
    -
    +

    Mattermost

    Our communication platform.

    MatterMost has become the gateway to bringing the Air Force into the 21st century. Communication is no longer an issue within your unit. MatterMost combines security and usability in order to get the job done. You can use your common access card or just a regular username/password/2way authenticator to access this tool. Keep your members informed, involved, and innovative with this application. Join us on our continuing journey of digital transformation.

    - Get Started + Create P1 Account
    -
    -
    +
    +
    +
    +
    +

    Questions?

    +

    Read through our Frequently Asked Questions (FAQs)

    +
    + +
    +
    +
    + +
    -

    Onboarding Guides

    +

    Single Sign On Ecosystem

    +
    + Platform One Ecosystem +
    +
    +
    +
    -

    Resources for creating a PlatformOne account and gaining access to Mattermost and other mission apps.

    +

    Here at Tron, we partner with the Air Force’s Platform One (P1) organization as the foundation our apps are built on. Having mission apps with mobile access is possible because they live and operate within the P1’s architecture and security. The key to accessing Mattermost, or any other mission app on P1, is the Single Sign On (SSO). This allows you to work on any device with internet, using a single password. All of this is available to anyone with a .mil email and CAC card.

    +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Still have Questions?

    +

    Every Thursday, the Puckboard team hosts a live AMA to answer any questions and provide live training on Mattermost and Puckboard.

    +
    +
    + Register +
    +
    +
    +
    + +
    +
    +
    +
    +

    Resources

    +
    +

    Resources for creating a PlatformOne account and gaining access to Mattermost and other mission apps.

    @@ -221,46 +273,46 @@
    - +

    Command Post Resources

    From CP troops, For CP troops. Best practices compiled from several MAF bases using mattermost for more than a year already.

    - Guide + Guide
    - -

    Onboarding Guide Non-Mobile

    -

    For members who never anticipate using Mattermost on a mobile device (ie. AOC FMs)

    - Guide + +

    MatterMost User Tips

    +

    An illustrated guide with tips, tricks, and best practices for using Mattermost like a pro.

    + Guide
    - +

    AMC/AOC CONEMP

    -

    The AMC & 618th AOC implementaion CONEMP of Mattermost use for C2

    - Guide +

    The AMC & 618th AOC implementation CONEMP of Mattermost use for C2

    + Guide
    -
    +
    @@ -271,7 +323,9 @@
    - +
    + +
    @@ -279,20 +333,53 @@
    -
    -
    -
    -
    -

    Use the same P1 login to access your unit's schedule anywhere with Puckboard

    -

    Get started today or contact us

    -
    -
    - - Get started with Puckboard - +
    +
    +
    +
    +

    Frequently Asked Questions (FAQs)

    +
    +
    +
    + + +
    +

    Mattermost is an open-source collaborative messaging software that is hosted within the DoD’s own cyber infrastructure.

    Mattermost is accessible on any device connected to the internet, both government devices on the military network as well as personal devices with any kind of civilian internet access around the globe. Mattermost is an IL-4 approved software that allows FOUO, PII, and mission information with the capability of 2-way file transfer.

    +
    + + +
    +

    Mattermost utilizes the DoD’s PlatformOne (P1) architecture to provide secure, approved delivery of IL-4 data to any device. The P1 structure allows a user to login to hosted web apps using Single Sign On (SSO) and Multi-Factor Authentication (MFA) such as Google Authenticator. Each user is capable of using either 1) a username + password + MFA or 2) CAC card + pin to log into any P1 hosted software from any web browser and URL. Some applications like Mattermost (MM) even have approved iOS and Android native apps.

    +
    + + +
    +

    Mattermost lives completely within the P1 framework and complies with all federal and DoD security requirements. They operate under the PartyBus continuous ATO, and employ a cybersecurity method known as DevSecOps which bakes in security requirements at every step of the coding, testing, evaluation, and launch process. Mattermost currently operates at Impact Level 4 (IL-4) and each unit is responsible for ensuring their use case is capable of IL-4 dissemination.

    Our team can help answer any security questions and provide expanded security & ATO paperwork if requested.

    Platform One ATO

    +
    + + +
    +

    Mattermost is maintained by Platform one and receives funding from multiple large programs of record. There is no cost to individual units or wings to use Mattermost.

    +
    + +
    +
    + +
    +
    +
    +
    +

    Use the same P1 login to access your unit's schedule anywhere with Puckboard

    +

    Get started today or contact us

    +
    + +
    -
    @@ -313,7 +400,7 @@
  • Home
  • Services
  • -
  • Puckboard
  • +
  • Puckboard
  • Blog
  • diff --git a/sites/tron-site/p1/resources/(U)Platform_One_ATO-ATD-12AUG2023-Signed.pdf b/sites/tron-site/p1/resources/(U)Platform_One_ATO-ATD-12AUG2023-Signed.pdf new file mode 100644 index 0000000000000000000000000000000000000000..49f77df74e1ccd6377dfbe1131e7a32be99f0c16 Binary files /dev/null and b/sites/tron-site/p1/resources/(U)Platform_One_ATO-ATD-12AUG2023-Signed.pdf differ diff --git a/sites/tron-site/p1/resources/MM_CONEMP.docx b/sites/tron-site/p1/resources/MM_CONEMP.docx new file mode 100644 index 0000000000000000000000000000000000000000..e13f82acc6aa75bae58bbbc47aa60a3c96390dde Binary files /dev/null and b/sites/tron-site/p1/resources/MM_CONEMP.docx differ diff --git a/sites/tron-site/p1/resources/MM_CONEMP_Attach 2.docx b/sites/tron-site/p1/resources/MM_CONEMP_Attach 2.docx new file mode 100644 index 0000000000000000000000000000000000000000..de568c6f8e7b5437c6c9a196af7772fc5557a321 Binary files /dev/null and b/sites/tron-site/p1/resources/MM_CONEMP_Attach 2.docx differ diff --git a/sites/tron-site/p1/resources/MM_Onboarding_Guide_NonMobile.pdf b/sites/tron-site/p1/resources/MM_Onboarding_Guide_NonMobile.pdf new file mode 100644 index 0000000000000000000000000000000000000000..2daca15e354057f0f756b77976fea60ffe4c3aaf Binary files /dev/null and b/sites/tron-site/p1/resources/MM_Onboarding_Guide_NonMobile.pdf differ diff --git a/sites/tron-site/p1/resources/P1_Initial User Registration_CAC_Only.pptx b/sites/tron-site/p1/resources/P1_Initial User Registration_CAC_Only.pptx new file mode 100644 index 0000000000000000000000000000000000000000..55fdfbc713c46642f613e980c739bdaf8fc830c4 Binary files /dev/null and b/sites/tron-site/p1/resources/P1_Initial User Registration_CAC_Only.pptx differ diff --git a/sites/tron-site/p1/resources/P1_MM_Training.pptx b/sites/tron-site/p1/resources/P1_MM_Training.pptx new file mode 100644 index 0000000000000000000000000000000000000000..e4572c50c386021deffaca7da4449a241619ed54 Binary files /dev/null and b/sites/tron-site/p1/resources/P1_MM_Training.pptx differ diff --git a/sites/tron-site/p1/resources/P1_Onboarding_Guide_Mobile.pptx b/sites/tron-site/p1/resources/P1_Onboarding_Guide_Mobile.pptx new file mode 100644 index 0000000000000000000000000000000000000000..60abb9ffa145390d87397e6189e591a7cf83c7a3 Binary files /dev/null and b/sites/tron-site/p1/resources/P1_Onboarding_Guide_Mobile.pptx differ diff --git a/sites/tron-site/partners/AMC/437aw.html b/sites/tron-site/partners/AMC/437aw.html index 55177d3d0c50bbaabf479af5f57e59953d2c8ba0..310b0d3872748bff6b2682bae3b64aaa9e51ae4a 100644 --- a/sites/tron-site/partners/AMC/437aw.html +++ b/sites/tron-site/partners/AMC/437aw.html @@ -96,19 +96,33 @@ @@ -250,7 +264,7 @@
  • Home
  • Services
  • -
  • Puckboard
  • +
  • Puckboard
  • Blog
  • diff --git a/sites/tron-site/partners/AMC/60amw.html b/sites/tron-site/partners/AMC/60amw.html index 36f571b45984d2ff3c18087b82b95cc1cc316572..92def964f8507a94308a46344ba776d981c3fe0e 100644 --- a/sites/tron-site/partners/AMC/60amw.html +++ b/sites/tron-site/partners/AMC/60amw.html @@ -96,19 +96,33 @@ @@ -250,7 +264,7 @@
  • Home
  • Services
  • -
  • Puckboard
  • +
  • Puckboard
  • Blog
  • diff --git a/sites/tron-site/partners/Hawaii/15wg.html b/sites/tron-site/partners/Hawaii/15wg.html index 9b06d93b032668f9073cef8b0cfd79eb877f53ae..5ffb25c6b61a64bb95aa5860ff72ab16a9d00075 100644 --- a/sites/tron-site/partners/Hawaii/15wg.html +++ b/sites/tron-site/partners/Hawaii/15wg.html @@ -96,19 +96,33 @@ @@ -250,7 +264,7 @@
  • Home
  • Services
  • -
  • Puckboard
  • +
  • Puckboard
  • Blog
  • diff --git a/sites/tron-site/partners/Hawaii/697isrg.html b/sites/tron-site/partners/Hawaii/697isrg.html index 8fb119627760a5492392200c9ce681e2f7842145..e2b2155a577007fcfb8887ef6a74b4495d2bcd41 100644 --- a/sites/tron-site/partners/Hawaii/697isrg.html +++ b/sites/tron-site/partners/Hawaii/697isrg.html @@ -96,19 +96,33 @@ @@ -250,7 +264,7 @@
  • Home
  • Services
  • -
  • Puckboard
  • +
  • Puckboard
  • Blog
  • diff --git a/sites/tron-site/partners/Hawaii/747cs.html b/sites/tron-site/partners/Hawaii/747cs.html index 1d8c375a64370f1dba27bbaa592c6959c6926fe9..c7bbe60429b2aae94c9f907a6688e2c238f949e7 100644 --- a/sites/tron-site/partners/Hawaii/747cs.html +++ b/sites/tron-site/partners/Hawaii/747cs.html @@ -96,19 +96,33 @@ @@ -250,7 +264,7 @@
  • Home
  • Services
  • -
  • Puckboard
  • +
  • Puckboard
  • Blog
  • diff --git a/sites/tron-site/partners/index.html b/sites/tron-site/partners/index.html index 8bb941a663d440aa925b7091c24884ef02cf8045..a41000c392394bb70e448500ac417ccff34f8266 100644 --- a/sites/tron-site/partners/index.html +++ b/sites/tron-site/partners/index.html @@ -96,19 +96,33 @@ @@ -152,7 +166,7 @@
    @@ -267,7 +281,7 @@
  • Home
  • Services
  • -
  • Puckboard
  • +
  • Puckboard
  • Blog
  • diff --git a/sites/tron-site/portfolio/puckboard.html b/sites/tron-site/portfolio/puckboard.html new file mode 100644 index 0000000000000000000000000000000000000000..f1cc33fa09285afc251a6a2b2761199eaa7a7038 --- /dev/null +++ b/sites/tron-site/portfolio/puckboard.html @@ -0,0 +1,26 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/sites/tron-site/portfolio/puckboard/index.html b/sites/tron-site/portfolio/puckboard/index.html new file mode 100644 index 0000000000000000000000000000000000000000..f1cc33fa09285afc251a6a2b2761199eaa7a7038 --- /dev/null +++ b/sites/tron-site/portfolio/puckboard/index.html @@ -0,0 +1,26 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/sites/tron-site/portfolio/widow/index.html b/sites/tron-site/portfolio/widow/index.html index c51645fcf396b9d3965e596a9ec3f1db66977d32..ee07964f4e9100b8ecaeef6a8f0258c240c5ac7c 100644 --- a/sites/tron-site/portfolio/widow/index.html +++ b/sites/tron-site/portfolio/widow/index.html @@ -100,19 +100,33 @@ @@ -325,7 +339,7 @@
  • Home
  • Services
  • -
  • Puckboard
  • +
  • Puckboard
  • Blog
  • diff --git a/sites/tron-site/puckboard.html b/sites/tron-site/puckboard.html new file mode 100644 index 0000000000000000000000000000000000000000..f1cc33fa09285afc251a6a2b2761199eaa7a7038 --- /dev/null +++ b/sites/tron-site/puckboard.html @@ -0,0 +1,26 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/sites/tron-site/puckboard/getstarted/index.html b/sites/tron-site/puckboard/getstarted/index.html new file mode 100644 index 0000000000000000000000000000000000000000..358a1aba7eb4022901eb3add62984d394e395593 --- /dev/null +++ b/sites/tron-site/puckboard/getstarted/index.html @@ -0,0 +1,427 @@ + + + + + + +Get Started + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    +
    +
    + + +
    +
    +
    +
    + + + +
    +
    +
    +
    +
    +

    Get Started with

    +

    Welcome! This guide will walk through the steps that are required to create your unit in Puckboard.

    +
    +
    +
    +
    + + +
    +
    +
    +
    +

    Step 1. Watch the demo

    +

    This video walks you through setting up your Puckboard and how to get started scheduling immediately. After you watch the demo, you will have the knowledge to navigate through the app, customize your squadrons settings, add personnel, and create and edit events.

    + + + + + +
    +
    + + + +
    +
    +
    +
    + +
    +
    +
    +
    +

    Step 2. Join a live AMA

    +

    Still have questions? Every Tuesday and Thursday, the Puckboard team hosts a live AMA to answer any questions, announce new releases, and provide live training. On Thursdays, the team also provides information on Mattermost and relevant integrations.

    + + +

    Register below to claim your spot.

    + + + + + + Register for Tuesday + + + + Register for Thursday + + + + +
    +
    + + + +
    +
    +
    +
    + +
    +
    +
    +
    +

    Step 3. Sign up for Platform One SSO

    +

    Already a Mattermost user? You can skip to step 4.

    + + +

    Puckboard is possible because it lives within the Air Force’s PlatformOne (P1) architecture and security. The key to accessing Puckboard, or any other mission apps on P1, is the Single Sign On (SSO). This allows you to work on any device, in any of the mission apps (like Puckboard, Mattermost, & Widow) using a single password. All of this is available to anyone with a .mil email and CAC card.

    Use the button below to find our step by step guide to creating your P1 account.

    + + + + + + Create your P1 Account + + + + +
    +
    + + + +
    +
    +
    +
    + +
    +
    +
    +
    +

    Step 4. Submit a request to create your unit in Puckboard

    +

    Now that you have a P1 SSO account, you can login to our Service Desk and request a new unit for Puckboard.

    + + +

    The team then creates your unit and reaches out to ensure that all personnel are uploaded properly.

    + + + + + + Take me to the form! + + + + +
    +
    + + + +
    +
    +
    +
    + +
    +
    +
    +
    +

    Step 5. Implement and train

    +

    This is the fun part, where you get to work with the training and onboarding team to implement Puckboard for your unit.

    + + +

    Your P1 SSO grants access to our internal knowledge base and Mattermost team where we work with you on implementing best practices, and ensure that you will be ready to succeed at go-live. Join the community where you can find best practices, ask questions, and get help on any Puckboarding subject in our Puckboard Team on the Mattermost chat software.

    + + + + + + Knowledge Base + + + + Mattermost Team + + + + +
    +
    + + + +
    +
    +
    +
    + +
    +
    +
    +
    +

    Step 6. Go-Live

    +

    Okay, we take it back. THIS is the fun part. After determining readiness and ensuring access to all of the support resources, you get to launch Puckboard as the source of truth for your schedule and join the growing legion of Puckboarders!

    + + +

    During this whole process, you have access to the onboarding team, training materials, and other users in the Mattermost team. We're with you every step of the way.

    + + + + +
    +
    + + + +
    +
    +
    +
    + +
    +
    +
    +
    +

    Step 7. Get involved

    +

    Puckboard is developed using User Centered Design and Agile methodology, meaning that we fight for you, the user.

    + + +

    If you have suggestions on how to make Puckboard better, or want to submit feature suggestions, submit a request in the Service Desk. You can see what other users have submitted and vote on their ideas. You can also ask questions in our Confluence space, stay informed on releases, and even get involved with feature design.

    + + + + + + Suggest a feature + + + + Release Notes + + + + FAQ + + + + +
    +
    + + + +
    +
    +
    +
    + + + +
    +
    +
    +
    +

    Thank you.

    +

    If you have questions, comments, or mean things to say, drop us a note in Mattermost or come to an AMA! We appreciate every single one of you, happy Puckboarding!

    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Ready to get started?

    +

    Get started today or contact us

    +
    +
    + + Contact us + + +
    +
    +
    +
    + + + + + + + + + + + + + + + + + diff --git a/sites/tron-site/puckboard/images/FC_Puckboard_Stacked_Logo_BK.png b/sites/tron-site/puckboard/images/FC_Puckboard_Stacked_Logo_BK.png new file mode 100644 index 0000000000000000000000000000000000000000..b9b11a27ac580f619d420d45ce58d36f765e9228 Binary files /dev/null and b/sites/tron-site/puckboard/images/FC_Puckboard_Stacked_Logo_BK.png differ diff --git a/sites/tron-site/puckboard/images/FC_Puckboard_Wordmark_BK.png b/sites/tron-site/puckboard/images/FC_Puckboard_Wordmark_BK.png new file mode 100644 index 0000000000000000000000000000000000000000..5b70526a71ab6c87c6b6a990ce7c69a27596a636 Binary files /dev/null and b/sites/tron-site/puckboard/images/FC_Puckboard_Wordmark_BK.png differ diff --git a/sites/tron-site/puckboard/images/PuckboardIntroEvent.png b/sites/tron-site/puckboard/images/PuckboardIntroEvent.png new file mode 100644 index 0000000000000000000000000000000000000000..a73db73a812cdd4e6e51a2187eb917f08b7311eb Binary files /dev/null and b/sites/tron-site/puckboard/images/PuckboardIntroEvent.png differ diff --git a/sites/tron-site/puckboard/images/Puckboard_Conflict_Settings.png b/sites/tron-site/puckboard/images/Puckboard_Conflict_Settings.png new file mode 100644 index 0000000000000000000000000000000000000000..adc40a2456f1ef1f22916c709c43f9d4416cac48 Binary files /dev/null and b/sites/tron-site/puckboard/images/Puckboard_Conflict_Settings.png differ diff --git a/sites/tron-site/puckboard/images/Puckboard_Logo_No_Words.svg b/sites/tron-site/puckboard/images/Puckboard_Logo_No_Words.svg new file mode 100644 index 0000000000000000000000000000000000000000..978e7c014d11d371368ce7c9a61ac7cdc2d2f04e --- /dev/null +++ b/sites/tron-site/puckboard/images/Puckboard_Logo_No_Words.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/sites/tron-site/puckboard/images/Puckboard_Main_View.png b/sites/tron-site/puckboard/images/Puckboard_Main_View.png new file mode 100644 index 0000000000000000000000000000000000000000..2abc19ba8fe1894a5c5a4265b97dbf84711cac01 Binary files /dev/null and b/sites/tron-site/puckboard/images/Puckboard_Main_View.png differ diff --git a/sites/tron-site/puckboard/images/Puckboard_Role_Types.png b/sites/tron-site/puckboard/images/Puckboard_Role_Types.png new file mode 100644 index 0000000000000000000000000000000000000000..545e9b536824fabeb4c505b0b4bd3433598071e9 Binary files /dev/null and b/sites/tron-site/puckboard/images/Puckboard_Role_Types.png differ diff --git a/sites/tron-site/puckboard/images/Puckboard_Settings_page.png b/sites/tron-site/puckboard/images/Puckboard_Settings_page.png new file mode 100644 index 0000000000000000000000000000000000000000..e300454368316af9acb34602c931888bada354fa Binary files /dev/null and b/sites/tron-site/puckboard/images/Puckboard_Settings_page.png differ diff --git a/sites/tron-site/puckboard/images/Puckboard_Stacked_Logo.png b/sites/tron-site/puckboard/images/Puckboard_Stacked_Logo.png new file mode 100644 index 0000000000000000000000000000000000000000..a8771bd7a1c65d83cf41c8ecaab199f0290c2edb Binary files /dev/null and b/sites/tron-site/puckboard/images/Puckboard_Stacked_Logo.png differ diff --git a/sites/tron-site/puckboard/images/Puckboard_Wordmark_WH.svg b/sites/tron-site/puckboard/images/Puckboard_Wordmark_WH.svg new file mode 100644 index 0000000000000000000000000000000000000000..3c181f96883b3fe4499cfdfa0dc9a397a9c2b25f --- /dev/null +++ b/sites/tron-site/puckboard/images/Puckboard_Wordmark_WH.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/sites/tron-site/puckboard/images/alert.svg b/sites/tron-site/puckboard/images/alert.svg new file mode 100644 index 0000000000000000000000000000000000000000..da7b34dcd0270de0fcd2ca15c45bc29a7f16d7d0 --- /dev/null +++ b/sites/tron-site/puckboard/images/alert.svg @@ -0,0 +1,3 @@ + + + diff --git a/sites/tron-site/puckboard/images/card_bong.png b/sites/tron-site/puckboard/images/card_bong.png new file mode 100644 index 0000000000000000000000000000000000000000..a7d40c65468157ea53e853f237054bf3013ead99 Binary files /dev/null and b/sites/tron-site/puckboard/images/card_bong.png differ diff --git a/sites/tron-site/puckboard/images/checkfilled.svg b/sites/tron-site/puckboard/images/checkfilled.svg new file mode 100644 index 0000000000000000000000000000000000000000..b4f843cd9df95df6553cab4026b60ab6a05bb2ca --- /dev/null +++ b/sites/tron-site/puckboard/images/checkfilled.svg @@ -0,0 +1,4 @@ + + + + diff --git a/sites/tron-site/puckboard/images/coordination_conflict.png b/sites/tron-site/puckboard/images/coordination_conflict.png new file mode 100644 index 0000000000000000000000000000000000000000..98a8880b9f04888b0d7a73504bca714daa974a85 Binary files /dev/null and b/sites/tron-site/puckboard/images/coordination_conflict.png differ diff --git a/sites/tron-site/puckboard/images/gantticon.png b/sites/tron-site/puckboard/images/gantticon.png new file mode 100644 index 0000000000000000000000000000000000000000..bf451164c93e68acece7c57d7ad75d1a21c7ab30 Binary files /dev/null and b/sites/tron-site/puckboard/images/gantticon.png differ diff --git a/sites/tron-site/puckboard/images/hero.jpg b/sites/tron-site/puckboard/images/hero.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bb41da333cb59c48147577443af937be7c96e0e7 Binary files /dev/null and b/sites/tron-site/puckboard/images/hero.jpg differ diff --git a/sites/tron-site/puckboard/images/icon-1.png b/sites/tron-site/puckboard/images/icon-1.png new file mode 100644 index 0000000000000000000000000000000000000000..36f7ea9dd264194c7db1a0e178a6bd58d604b762 Binary files /dev/null and b/sites/tron-site/puckboard/images/icon-1.png differ diff --git a/sites/tron-site/puckboard/images/icon-2.png b/sites/tron-site/puckboard/images/icon-2.png new file mode 100644 index 0000000000000000000000000000000000000000..bc4a53e64c88a2f049b8a6363290c54be7669c12 Binary files /dev/null and b/sites/tron-site/puckboard/images/icon-2.png differ diff --git a/sites/tron-site/puckboard/images/icon-3.png b/sites/tron-site/puckboard/images/icon-3.png new file mode 100644 index 0000000000000000000000000000000000000000..861132af19391dea8ff3244b355ca7173a6ca24e Binary files /dev/null and b/sites/tron-site/puckboard/images/icon-3.png differ diff --git a/sites/tron-site/puckboard/images/ig-Graphic.png b/sites/tron-site/puckboard/images/ig-Graphic.png new file mode 100644 index 0000000000000000000000000000000000000000..685f8bf3ada581d4b747bc7937006f8193e4cdac Binary files /dev/null and b/sites/tron-site/puckboard/images/ig-Graphic.png differ diff --git a/sites/tron-site/puckboard/images/jira.png b/sites/tron-site/puckboard/images/jira.png new file mode 100644 index 0000000000000000000000000000000000000000..c6883ebb493fa373f7fa50a024d6a1131c6aa862 Binary files /dev/null and b/sites/tron-site/puckboard/images/jira.png differ diff --git a/sites/tron-site/puckboard/images/live.png b/sites/tron-site/puckboard/images/live.png new file mode 100644 index 0000000000000000000000000000000000000000..f2b8e7ddaff487c785c2830a4541218ce9385c4c Binary files /dev/null and b/sites/tron-site/puckboard/images/live.png differ diff --git a/sites/tron-site/puckboard/images/mattermost-logomark-blue.png b/sites/tron-site/puckboard/images/mattermost-logomark-blue.png new file mode 100644 index 0000000000000000000000000000000000000000..a424539618e5b28bbe50939ed3e9a788efb0254b Binary files /dev/null and b/sites/tron-site/puckboard/images/mattermost-logomark-blue.png differ diff --git a/sites/tron-site/puckboard/images/mobile.png b/sites/tron-site/puckboard/images/mobile.png new file mode 100644 index 0000000000000000000000000000000000000000..d5cf73f49773b672fb759f8ded8130518594fb05 Binary files /dev/null and b/sites/tron-site/puckboard/images/mobile.png differ diff --git a/sites/tron-site/puckboard/images/orange-flag.png b/sites/tron-site/puckboard/images/orange-flag.png new file mode 100644 index 0000000000000000000000000000000000000000..713f26161b798694d95c0f4740cfe92ba0ee9faf Binary files /dev/null and b/sites/tron-site/puckboard/images/orange-flag.png differ diff --git a/sites/tron-site/puckboard/images/patches.png b/sites/tron-site/puckboard/images/patches.png new file mode 100644 index 0000000000000000000000000000000000000000..91c69c189fdb9c98da4ee5c05081c0a073973031 Binary files /dev/null and b/sites/tron-site/puckboard/images/patches.png differ diff --git a/sites/tron-site/puckboard/images/pb.png b/sites/tron-site/puckboard/images/pb.png new file mode 100644 index 0000000000000000000000000000000000000000..14e386a5f3e7ca8f4e70cf149bd570a2d32acb21 Binary files /dev/null and b/sites/tron-site/puckboard/images/pb.png differ diff --git a/sites/tron-site/puckboard/images/requests.svg b/sites/tron-site/puckboard/images/requests.svg new file mode 100644 index 0000000000000000000000000000000000000000..6c0f5e107d82fdba03bdb43cd6ba7d17ca9ad1be --- /dev/null +++ b/sites/tron-site/puckboard/images/requests.svg @@ -0,0 +1,4 @@ + + + + diff --git a/sites/tron-site/puckboard/images/road.png b/sites/tron-site/puckboard/images/road.png new file mode 100644 index 0000000000000000000000000000000000000000..88f8f2998302d91d8057aeb7c99f6768b47a5c4c Binary files /dev/null and b/sites/tron-site/puckboard/images/road.png differ diff --git a/sites/tron-site/puckboard/images/zoom.png b/sites/tron-site/puckboard/images/zoom.png new file mode 100644 index 0000000000000000000000000000000000000000..b6be9936a5ac84dbfdf8c038d0cb569e5e0d1073 Binary files /dev/null and b/sites/tron-site/puckboard/images/zoom.png differ diff --git a/sites/tron-site/puckboard/index.html b/sites/tron-site/puckboard/index.html index 79df767e4c196fd70d2e3137bd649a98f473290d..452ed2e01b79dc66481f71ab5a5967db44d0780d 100644 --- a/sites/tron-site/puckboard/index.html +++ b/sites/tron-site/puckboard/index.html @@ -102,19 +102,33 @@ @@ -132,41 +146,33 @@ } -
    -
    -
    -
    -
    - Puckboard -

    The future of collaborative scheduling


    -
    -
    -

    -
    -

    Get started today!

    - - - Onboard with us - +
    +
    +
    +
    +
    +

    puckboard

    +

    + The future of collaborative scheduling in the DoD +

    + Onboard with us
    +
    +
    -
    - +

    Schedule Anytime, Anywhere

    -

    Puckboard is designed as a live, collaborative scheduling platform available to servicemembers around the globe on your desktop, phone, or tablet. Anywhere you have the internet! This software is fully accredited on the military network for your mission data, uses the same account login as other Platform One apps such as Mattermost, and best of all - completely free!

    +

    Puckboard is designed as a live, collaborative scheduling platform available to servicemembers around the globe on your desktop, phone, or tablet. Anywhere you have the internet!

    This software is fully accredited on the military network for your mission data, uses the same account login as other Platform One apps such as Mattermost, and best of all - completely free!

    - - -
    @@ -181,15 +187,13 @@
    - -
    - +
    - +
    @@ -198,9 +202,6 @@

    Build a schedule in minutes, with customizable roles, event types, and conflict settings. View your squadron or unit roster while you’re building the schedule, and see in real time who is available for missions.

    - - -
    @@ -208,7 +209,7 @@
    -
    +
    @@ -218,31 +219,25 @@
    -
    - + -

    Event Volunteering

    Easily request open positions on flights, sims, or ground events from your personal device, anywhere in the world...without needing a lengthy text chain to your schedulers.

    -
    -

    Conflict Resolution

    Quickly identify and resolve conflicts, even when crewmembers are scheduled separately by two different organizations.

    -
    - + -

    Crew Availability

    View available crewmembers before accidentally scheduling someone for two flights at the same time.

    @@ -251,16 +246,16 @@
    -
    +
    -
    +

    Ready to get started?

    Get started today or contact us

    - Onboard with us + Onboard with us Contact us @@ -270,21 +265,21 @@
    -
    +
    -

    Access your live schedule anywhere, anytime

    -

    Puckboard is available anywhere you have internet access and a browser, and updates are shown in real time. The mobile view is optimized for all devices, adding needed flexibility to your operations.

    +

    Access your schedule on your device

    +

    Puckboard is available anywhere you have internet access and a browser including your work computer, EFB, or personal phone. The mobile view is optimized for all devices, adding needed flexibility to your operations.

    - +
    -
    +
    @@ -294,62 +289,50 @@
    -
    - - - +
    +

    Mobile Improvements

    -

    +

    Access your schedule from any device with internet connection, make requests, and approve them all on your phone.

    -
    - - - +
    +

    Multi-week View

    -

    +

    View your schedule across multiple weeks with the click of a button, with easy filters available to view by personnel or event type.

    -
    - - - +
    +

    Performance Improvements & Bug Fixes

    -

    +

    Improvements to loading time and bug fixes for multiple features.

    -
    - - - +
    +

    Restructured Permission Set

    -

    +

    Added functionality for Squadron POCs and Organizational Admins, with greater flexibility to scale fast and securely.

    -
    - - - +
    +

    Delete / Cancel Requests

    -

    +

    Delete or cancel requests after review, improving communications within your squadron.

    -
    - - - +
    +

    Puckboard Logging Beta

    -

    +

    Puckboard Logging Beta Program, contact us to get involved!

    @@ -359,7 +342,7 @@ -
    +
    @@ -414,10 +397,42 @@
    +
    +
    +
    +
    +
    +

    Frequently Asked Questions (FAQs)

    +
    +
    +
    + + +
    +

    Puckboard is a collaborative scheduling software that was created by an AF organization known as TRON, comprised of both active duty and guard/reserve military members that is hosted within the DoD’s cyber infrastructure. Puckboard is accessible on any device connected to the internet, both government devices on the military network as well as personal devices with any kind of civilian internet access around the globe. Puckboard was originally designed as a modern solution for flying units to efficiently schedule aircrew in a way that minimized input required by scheduling teams while maximizing visibility by the aircrew.

    +
    + + +
    +

    Puckboard utilizes the DoD’s Platform One (P1) architecture to provide secure, approved delivery of IL-4 data to any device. The P1 structure allows a user to login to hosted web apps using Single Sign On (SSO) and Multi-Factor Authentication(MFA) such as Google Authenticator. Each user is capable of using either 1) a username + password + MFA or 2) CAC card + pin to log into any P1 hosted software from any regular web browser and URL. Some applications like Mattermost (MM) even have approved iOS and Android native apps.

    +
    + + +
    +

    Puckboard lives completely within the P1 framework and complies with all federal and DoD security requirements. They operate under the PartyBus continuous ATO and employ a cybersecurity method known as DevSecOps which bakes in security requirements at every step of the coding, testing, evaluation, and launch process. Puckboard currently operates at ImpactLevel 4 (IL-4) and each unit is responsible for ensuring their use case is capable of IL-4 dissemination. Our team can help answer any security questions and provide expanded security & ATO paperwork if requested.

    Platform One ATO

    +
    + + +
    +

    Puckboard is currently paid for through a combination of AF level Innovation funds and Federal Small Business Innovation Research (SBIR) funds. The program is fully funded through 2023 and is gaining support at the MAJCOM level for Program of Record funding for the future.

    +
    + +
    +
    -
    +
    @@ -426,7 +441,7 @@
    - Onboard with us + Onboard with us Contact us @@ -454,7 +469,7 @@
  • Home
  • Services
  • -
  • Puckboard
  • +
  • Puckboard
  • Blog
  • diff --git a/sites/tron-site/services/common-links.html b/sites/tron-site/services/common-links.html index 6c6c266156e09a01af603385e1c82298ded18cf8..913888248386b52c53c77b4a18aefb9f0ce71ab2 100644 --- a/sites/tron-site/services/common-links.html +++ b/sites/tron-site/services/common-links.html @@ -98,19 +98,33 @@
    @@ -296,7 +310,7 @@
  • Home
  • Services
  • -
  • Puckboard
  • +
  • Puckboard
  • Blog
  • diff --git a/sites/tron-site/services/mentorship.html b/sites/tron-site/services/mentorship.html index 17f831742b8137a89420d19e3f9b5f73834e9cbd..b7f62fd44e8c495e85b8bdd9472d71dcac5e9807 100644 --- a/sites/tron-site/services/mentorship.html +++ b/sites/tron-site/services/mentorship.html @@ -96,19 +96,33 @@
    @@ -225,7 +239,7 @@ The best part! Once you have completed your learning pathway, proven the viabil
  • Home
  • Services
  • -
  • Puckboard
  • +
  • Puckboard
  • Blog
  • diff --git a/sites/tron-site/services/talent-development.html b/sites/tron-site/services/talent-development.html index 8480a8c245f1c31c29286e6980adaad4e59fff4a..a0d9af7a1a738b398276a3a763c3b5fc5e103232 100644 --- a/sites/tron-site/services/talent-development.html +++ b/sites/tron-site/services/talent-development.html @@ -96,19 +96,33 @@
    @@ -179,7 +193,7 @@ immersive software experience. Here is how it works:
  • Home
  • Services
  • -
  • Puckboard
  • +
  • Puckboard
  • Blog
  • diff --git a/sites/tron-site/tutorials/quick-links.html b/sites/tron-site/tutorials/quick-links.html index 71af747a660856a03a1f75d940ee000c7535531a..3b9704c45f0ea22b7c73820669d35abd0afb5218 100644 --- a/sites/tron-site/tutorials/quick-links.html +++ b/sites/tron-site/tutorials/quick-links.html @@ -96,19 +96,33 @@
    @@ -172,7 +186,7 @@ Formal Training: Software Development Immersive

  • Home
  • Services
  • -
  • Puckboard
  • +
  • Puckboard
  • Blog