From c0d2b9eb7e2b65b582039aafdca765fe32acf81e Mon Sep 17 00:00:00 2001
From: Linnnus
Date: Sat, 27 Apr 2024 21:21:51 +0200
Subject: Flesh out 'join' user flow
This commit splits the user flow when sending in an application to join
the guild into three staged:
1. Intro text
2. HTML form
3. Form submission feedback (aka. "yay it went through")
---
views/join_intro.html | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
create mode 100644 views/join_intro.html
(limited to 'views/join_intro.html')
diff --git a/views/join_intro.html b/views/join_intro.html
new file mode 100644
index 0000000..9ed93d5
--- /dev/null
+++ b/views/join_intro.html
@@ -0,0 +1,23 @@
+{% extends "base.html" %}
+
+{% block head %}
+
+{% endblock %}
+
+{% block content %}
+
Joining the Blind Guild
+
+ So you want to join the Blind Guild.
+ Be warned,
+ we are a very exclusive club
+ and we aren't actively seeking new members.
+ However, if you're a skilled player
+ and feel like you could help elevate the Blind Guild,
+ feel free to send us an application!
+
+
+ Click the button below to go to the form
+ where you can submit your application.
+
+ Apply
+{% endblock %}
--
cgit v1.2.3
From 4ea85a09f7ab6932472ecfcf43c82515928df477 Mon Sep 17 00:00:00 2001
From: Linnnus
Date: Mon, 29 Apr 2024 09:33:20 +0200
Subject: Use oath userid to identify applicants
---
views/join_intro.html | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
(limited to 'views/join_intro.html')
diff --git a/views/join_intro.html b/views/join_intro.html
index 9ed93d5..abea4fd 100644
--- a/views/join_intro.html
+++ b/views/join_intro.html
@@ -16,8 +16,9 @@
feel free to send us an application!
- Click the button below to go to the form
- where you can submit your application.
+ In order to sync up, we'll need you to connect your battle.net account.
+ Click the button below to sign in with your account.
+ Then you'll be taken to the application form.