Skip to content

Commit 8342a1a

Browse files
authored
Merge pull request #72 from SolidLabResearch/master
🚀
2 parents 9296f3b + 3fabb92 commit 8342a1a

5 files changed

Lines changed: 13 additions & 23 deletions

File tree

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Simple workflow for deploying static content to GitHub Pages
1+
# Workflow for deploying static content to GitHub Pages
22
name: Deploy to github pages
33

44
on:

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
12
documentation/
23
dist/
34
.idea
5+

README.md

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,16 @@
44

55
# Solid Watchparty
66

7-
[solidlabresearch.github.io/solid-watch-party/](https://solidlabresearch.github.io/solid-watch-party/)
8-
97
Welcome to Solid Watchparty, a platform designed for shared media viewing experiences with a focus on decentralized data management using SOLID Pods. This project leverages the latest web technologies to offer a responsive and user-centric interface.
108

9+
Find our live deployment at [solidlabresearch.github.io/solid-watch-party/](https://solidlabresearch.github.io/solid-watch-party/). Information on how to use the platform can be found in our [faq](https://solidlabresearch.github.io/solid-watch-party/auth#faq).
1110

1211

1312
https://github.com/SolidLabResearch/solid-watch-party/assets/37975937/e78ec297-3538-44c7-ad32-14ea310a35e7
1413

1514

1615

17-
## :zap: Quick Start
16+
## :zap: Development Quick Start
1817

1918

2019
### Frontend
@@ -38,23 +37,6 @@ https://github.com/SolidLabResearch/solid-watch-party/assets/37975937/e78ec297-3
3837
It is recommended to use the **Community Solid Server (CSS)** as backend while developing.
3938
More information is available on the [css github page](https://github.com/CommunitySolidServer/CommunitySolidServer).
4039

41-
:warning: *At the moment the css must be ran in unsafe mode as not all privacy features are implemented yet!*
42-
43-
## :construction: Status of the project
44-
45-
This project is in active development. This in an overview of the progress:
46-
1. **Watchparty Application:**
47-
- [x] Authentication with solid pod providers
48-
- [x] Creating new rooms and joining rooms
49-
- [x] Sending, retrieving and displaying messages
50-
- [x] Watching a video stream
51-
- [x] Video stream syncing and controls
52-
- [x] Privacy
53-
- [ ] Polishing
54-
2. **Statistics dashboard:**
55-
- *details to be determined*
56-
57-
5840
## :scroll: Documentation
5941

6042
For detailed information about the project structure, setup, technology stack, and development guidelines, please refer to our [Solid Watchparty Developer Handbook](https://gitlab.ilabt.imec.be/maavdnbr/watch-party/-/wikis/Developer-Handbook).

solid-watchparty/.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# Logs
21
logs
32
*.log
43
npm-debug.log*
@@ -12,7 +11,6 @@ dist
1211
dist-ssr
1312
*.local
1413

15-
# Editor directories and files
1614
.vscode/*
1715
!.vscode/extensions.json
1816
.idea

solid-watchparty/src/pages/LoginPage.jsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,14 @@ export default function LoginPage()
9898
on servers controlled by others.
9999
</p>
100100
</div>
101+
<div>
102+
<h1 className="sw-fs-2 sw-fw-1">Want to try it with a temporary pod?</h1>
103+
<p className="sw-fs-3 my-2 rgb-2 text-justify">
104+
You can use <span className="rgb-solid sw-fw-1">https://pod.playground.solidlab.be/</span> as provider.
105+
You can then use userX@pod.playground.solidlab.be with password userX. Replace X with a number between 1 and 9.
106+
This way you can try out the platform without having to create a pod or account.
107+
</p>
108+
</div>
101109
<div>
102110
<p className="underline">
103111
<a href="https://solidproject.org/">Learn more about pods</a>

0 commit comments

Comments
 (0)