Web client of QuePasa - The collaborative, community governed Event Calendar (React & GraphQL) quepasaorgiva.com/
Go to file
Amit Jakubowicz e5b1eb3cde Make things great again 2019-08-08 12:33:53 +02:00
@types Add Server Side Rendering 2019-07-19 18:00:51 +02:00
src Make things great again 2019-08-08 12:33:53 +02:00
.dockerignore Dockerize on CI 2019-07-26 15:32:11 +02:00
.gcloudignore Builds and deploys 2018-04-02 20:23:44 +02:00
.gitignore Make app SSR aware 2019-08-06 10:05:35 +02:00
.gitlab-ci.yml Deps update 2019-08-01 19:47:45 +02:00
.graphqlconfig Fetch events from client 2019-05-18 17:05:56 +02:00
Dockerfile Make app SSR aware 2019-08-06 10:05:35 +02:00
Makefile Add user session to context 2019-03-27 12:14:28 +01:00
README.md Add README and save events 2018-06-09 09:08:29 +02:00
client.nginx Make things great again 2019-08-08 12:33:53 +02:00
ecosystem.config.json Add ecosystem stuff 2019-07-25 22:24:18 +02:00
graphql.config.json GQL Server running again 2019-02-22 12:23:19 +01:00
jest-setup.js Set up testing environment 2019-03-11 13:39:16 +01:00
package.json Make app SSR aware 2019-08-06 10:05:35 +02:00
tsconfig.json Client is working 2019-08-04 11:29:17 +02:00
tslint.json Application builds with tsc 2019-03-08 15:58:35 +01:00
webpack.config.ts Client is working 2019-08-04 11:29:17 +02:00
yarn.lock Kind of doable 2019-08-03 17:25:41 +02:00

README.md

Communal events calendar

This is a weekend project of mine and you can use this code at your own risk as there is no guarantee that this code is secure or complying to any privacy rules.

Motivation

I often visit a region that I like very much. I like it because it's very rural and has a lot of beautiful nature. There's also a lot going on, and tons of great people but there is nowhere to get information about all the events going on. I would like to provide a place for people to promote their events and get informed about what's going on in their communities. A place that respects the user's privacy and strengthen local communities.

Features

Following is a list of existing and planned featured for an MVP. The non checked boxes indicate a to do item.

  • CI Pipeline for deployment on staging
  • CI Pipeline for deployment on production

Server-Side Features (non-check is to do)

  • passwordless authentication via email invitations and cookie sessions, with external dependencies only for persistence and email service
  • Basic integration with google calender REST API for saving just the time of an event
  • Aggregation of event data with a gcal event (The idea is to only share the minimum necessary with gcal, and to take advantage of the scheduling features only of recurring events etc')

Client-Side Features

  • Set up a project structure for a web client
  • List events
  • Filter events by tags
  • Sign up feature
  • Sign in feature
  • Nicer email templates for the authentication features
  • Add event feature available for users with an active session