Skip to content

Commit 7d7bf42

Browse files
committed
Add some links and small edits
1 parent 31c8009 commit 7d7bf42

File tree

3 files changed

+29
-9
lines changed

3 files changed

+29
-9
lines changed

app-design.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
## Hospex App Design
22

3-
... hic sunt hand-drawn pictures ...
3+
_there will be simple images here_
4+
5+
![Map]()
6+
7+
![Profile]()
8+
9+
![Edit Profile]()
10+
11+
![Offer]()
12+
13+
![Edit Offer]()
14+
15+
![Messages]()
16+
17+
![Community]()
18+
419
... or even a simple public (figma) design ...
520

621
[Next: Start implementing (No Solid yet)](start.md)

intro.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,22 @@ I want to make apps that connect people in the real world. To be together, colla
2020

2121
I've spent a significant amount of time developing an app for collaborating in the past. But it didn't have users. So ... meh ... well ...
2222

23-
...
23+
---
2424

25-
I think [Solid](https://solidproject.org/) is an interesting idea. But it suffers from being young and toothless. I haven't seen a proper social network built with Solid. Most apps seem to be just apps for developers. [Assemblée Virtuelle](https://www.virtual-assembly.org/) with their [ActivityPods](https://github.com/assemblee-virtuelle/activitypods) have [built]() [interesting]() [stuff](), but it's [not backwards compatible with Solid Pods]().
25+
I think [Solid](https://solidproject.org/) is an interesting idea. But it suffers from being young and toothless. I haven't seen a proper social network built with Solid. Most apps seem to be just apps for developers. [Assemblée Virtuelle](https://www.virtual-assembly.org/) with their [ActivityPods](https://github.com/assemblee-virtuelle/activitypods) have [built](https://lescheminsdelatransition.org/) [interesting](https://www.virtual-assembly.org/semapps-2/) [stuff](https://www.virtual-assembly.org/siti-2/), but it's [not backwards compatible with Solid Pods](https://forum.solidproject.org/t/activitypods-adding-intelligence-to-solid-pods-with-activitypub/4962/12).
2626

2727
I don't care for the inception ideas. I don't care for authority in Solid. I don't care for your new Specification. I want it to work.
2828

29-
For me, Solid is: 1. an identity provider 2. a database that apps can connect to, with detailed permissions that owner(s) can specify
29+
For me, Solid is:
30+
31+
1. an identity provider
32+
2. a distributed database that apps can connect to, and owners of data can specify detailed permissions for their data - who they want to share their data with
3033

31-
As I said, i want to develop great real social applications. Applications that connect people in reality.
34+
As I said, i want to develop great real-social applications. Applications that connect people in reality.
3235

3336
One well explored, and popular use case is Hospitality Exchange. It's pretty clear what the system should do.
3437

35-
so.
38+
So, let's focus on Hospitality Exchange for now.
3639

3740
## What is it supposed to do?
3841

@@ -48,6 +51,7 @@ In the simplest case:
4851
0. Wait for their reply
4952
0. When they reply, receive a notification
5053
0. They can host you!
54+
0. Confirm
5155
0. Enjoy the new real world connection, enjoy the stay
5256
0. After the stay, write a reference for them, and establish a friendship connection
5357

@@ -60,6 +64,7 @@ Now, you have a home, you want to host travellers in your home:
6064
0. Somebody wrote! You received a notification.
6165
0. Read a message from them, read about them, check their references ... get intuition that you'd be reasonably safe with them in your home
6266
0. Invite them
67+
0. They confirm
6368
0. Enjoy the new real world connection, enjoy their stay
6469
0. After their stay, write a reference for them, and establish a friendship connection
6570

start.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ So how do you start?
66

77
They say Solid apps don't need backend. So let's just start with frontend...
88

9-
Let's start with something you know well. Create a React app. With TypeScript and redux, apparently...
9+
Let's start with something you know well. [Create a React app](https://reactjs.org/docs/create-a-new-react-app.html#create-react-app). With TypeScript and redux, apparently...
1010

1111
```shell
1212
yarn create react-app ohn-solid-client --template redux-typescript
1313
```
1414

15-
Setup Prettier and linter. So code is nice. (add link to git commit)
15+
[Setup Prettier and linter](https://github.com/OpenHospitalityNetwork/ohn-solid/commit/d6fae3bad6d0832d701dbc82857cce46f45f6cae). So code is nice.
1616

17-
Add workflow to deploy to github pages. Every commit to `main` branch will get deployed.
17+
[Add workflow to deploy to github pages](https://github.com/OpenHospitalityNetwork/ohn-solid/commit/73d1221fa2e8b4fb0831e71140fccb4381a3fd78). Every commit to `main` branch will get deployed.
1818

1919
## Show a map
2020

0 commit comments

Comments
 (0)