Browse Source

Showcase the "Check Details" page and the badges

pull/193/head
Pēteris Caune 6 years ago
parent
commit
3a8056f0e2
No known key found for this signature in database GPG Key ID: E28D7679E9A9EDE2
6 changed files with 53 additions and 4 deletions
  1. BIN
      static/img/badges.png
  2. BIN
      static/img/[email protected]
  3. BIN
      static/img/check_details.png
  4. BIN
      static/img/[email protected]
  5. +1
    -1
      templates/accounts/badges.html
  6. +52
    -3
      templates/front/welcome.html

BIN
static/img/badges.png View File

Before After
Width: 750  |  Height: 453  |  Size: 22 KiB

BIN
static/img/[email protected] View File

Before After
Width: 1200  |  Height: 724  |  Size: 28 KiB

BIN
static/img/check_details.png View File

Before After
Width: 750  |  Height: 453  |  Size: 40 KiB

BIN
static/img/[email protected] View File

Before After
Width: 1200  |  Height: 724  |  Size: 49 KiB

+ 1
- 1
templates/accounts/badges.html View File

@ -31,7 +31,7 @@
you have used. Additionally, the "{% site_name %}"
badge shows the overall status of all checks in your
account. The badges have public, but hard-to-guess
URLs. You can use them to your READMEs,
URLs. You can use them in your READMEs,
dashboards or status pages.
</p>


+ 52
- 3
templates/front/welcome.html View File

@ -178,9 +178,15 @@
periodically running task you want to monitor.
</p>
<p>
Give names to your checks to easily recognize them
later. Adjust Period and Grace time to match the periodicity
and duration of your tasks.
Give names and assign tags to your checks to easily recognize
them later.
</p>
<p>
Tap on the integration icons to toggle them on and off.
</p>
<p>
Adjust Period and Grace time to match the
periodicity and duration of your tasks.
</p>
</div>
</div>
@ -266,6 +272,27 @@
</div>
</div>
<div class="row tour-section">
<div class="col-sm-8">
<img
class="img-responsive"
src="{% static 'img/check_details.png' %}"
srcset="{% static 'img/check_details.png'%} 1x, {% static 'img/[email protected]'%} 2x"
alt="Details Page" />
</div>
<div class="col-sm-4">
<p>
You can add a longer, free-form description to each
check. Leave notes and pointers for your future self and
for your team.
</p>
<p>
You can also see the log of received pings and
sent "Down" notifications.
</p>
</div>
</div>
<div class="row tour-section">
<div class="col-sm-8">
<img
@ -372,6 +399,28 @@
</div>
</div>
<div class="row tour-section">
<div class="col-sm-8">
<img
class="img-responsive"
src="{% static 'img/badges.png' %}"
srcset="{% static 'img/badges.png'%} 1x, {% static 'img/[email protected]'%} 2x"
alt="Details Page" />
</div>
<div class="col-sm-4">
<p>
{% site_name %} provides status badges for each of the tags
you have used. Additionally, the "{% site_name %}" badge
shows the overall status of all checks in your account.
</p>
<p>
The badges have public, but hard-to-guess URLs.
You can use them in your READMEs, dashboards or status pages.
</p>
</div>
</div>
<div class="row">
{% if registration_open %}


Loading…
Cancel
Save