This repository has been archived by the owner on Feb 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from rdmueller/develop
added feature list for PWA client
- Loading branch information
Showing
6 changed files
with
83 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<classpath> | ||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11/"/> | ||
<classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/> | ||
<classpathentry kind="output" path="bin/default"/> | ||
</classpath> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
:githubbase: https://github.com/dukecon/dukecon_webhome | ||
:improve: {githubbase}/blob/develop/src/{filename}[improve this doc] | ||
:toclevels: 4 |
6 changes: 3 additions & 3 deletions
6
src/main/jbake/content/conferences.adoc → ...ke/content/documentation/conferences.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
:filename: main/jbake/content/documentation/features.adoc | ||
:jbake-type: page_toc | ||
:jbake-title: Features | ||
:jbake-status: published | ||
:linkattrs: true | ||
include::../config.adoc[] | ||
|
||
:toc: left | ||
|
||
== Features of DukeCon | ||
|
||
{improve} | ||
|
||
DukeCon consists of several modules which implement different features. | ||
At its core is a JSON based description of your conference schedule which is picked up and presented by the various frontend clients. | ||
|
||
=== Dukecon PWA HTML Client | ||
|
||
This is client which is best to start with. | ||
It provides the following features: | ||
|
||
==== Responsive HTML view | ||
|
||
Runs in any modern web browser and adapts to the screen size of your device. | ||
No matter if you have a 4k monitor or jsut a smart phone display. | ||
|
||
==== Offline Functionality through Progressive Web-App (PWA) | ||
|
||
The internet connection might be not the best at you conference location. | ||
The solution is a progressive web application which, once loaded, caches your schedule on the attendees device. | ||
It thus gives nearly the same usability as a native app without having to install it. | ||
|
||
==== Static Website, easy to host | ||
|
||
Since this client is a static website without the need for any backends (database etc.), it is easy to host. | ||
You can even host it for free through GitLab or Github Pages! | ||
|
||
==== Simple DSGVO/GDPR evaluation | ||
|
||
Since this client does not make use of any database, it only servers data of your conferences speakers. | ||
It does not store data (besides some website access logs) of your conference attendees. | ||
|
||
==== Talks and Speakers in different Views | ||
|
||
View all talks chronologically, by location or by speaker. | ||
|
||
==== Filter and Search | ||
|
||
You conference attendees can search the whole conference schedule and use filters for the language of the talk or the location/room, just to name a few. | ||
|
||
==== Multi Language Support | ||
|
||
English and German nationalization implemented. | ||
|
||
==== Additional features through Backend-Components | ||
|
||
Extend the User Experience by adding a backend server. | ||
This lets your attendees | ||
|
||
* set favorites of the talks they plan to visit | ||
* sync favorites with the central server after login | ||
|
||
https://github.com/dukecon/dukecon_pwa | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters