Skip to content

Commit 9e035c7

Browse files
committed
Add flow chart
1 parent 4af0440 commit 9e035c7

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ This is a simple rails app for distributing wedding information and managing the
2323

2424
![Screenshot of the home page](docs/homepage_big.jpg)
2525

26+
## How does it work?
27+
28+
Here's a map of all the flows through the app, from the home page to the RSVP flow and also some of the separate admin interface. [Click here to expand the image.](docs/wedding_flow.jpg) And [here is a higher resolution PDF version](docs/wedding_flow.pdf).
29+
30+
![Flow chart showing the application states.](docs/wedding_flow.jpg)
31+
2632
## Development
2733

2834
### Initial Setup

docs/index.html

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,24 @@
44
<head>
55
<meta charset="utf-8">
66
<meta http-equiv="x-ua-compatible" content="ie=edge">
7-
<title></title>
8-
<meta name="description" content="">
7+
<title>A Rails App for your Wedding - jdlm.info</title>
8+
<meta name="description" content="Here's a simple rails app for distributing wedding information and managing the guest list. You're probably going to build your own anyway (like me!) but this may be a useful place to start.">
9+
<meta content="jdlm.info" property="og:site_name">
10+
<meta content="A Rails App for your Wedding - jdlm.info" property="og:title">
11+
<meta content="article" property="og:type">
12+
<meta content="http://jdlm.info/wedding/" property="og:url">
13+
<meta content="2018-10-28T12:00:00+00:00" property="article:published_time">
14+
<meta content="http://jdlm.info/" property="article:author">
15+
<meta content="http://jdlm.info/wedding/wedding_flow_thumbnail.jpg" property="og:image">
16+
917
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
1018
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
19+
<style>
20+
.jumbotron {
21+
background-image: linear-gradient(rgba(227, 242, 245, 0.5), rgba(227, 242, 245, 0.7)), url("./wedding_flow_thumbnail.jpg");
22+
background-size: cover;
23+
}
24+
</style>
1125
</head>
1226

1327
<body>
@@ -58,7 +72,7 @@ <h3>How does it work?</h3>
5872
</p>
5973
<p class="text-center">
6074
<a href="./wedding_flow.jpg">
61-
<img src="./wedding_flow.jpg" class="img-fluid">
75+
<img src="./wedding_flow_thumbnail.jpg" class="img-fluid">
6276
</a>
6377
</p>
6478
<p>This diagram was produced in <a href="https://realtimeboard.com/">Realtime Board</a>.

docs/wedding_flow_thumbnail.jpg

37.3 KB
Loading

0 commit comments

Comments
 (0)