Web client of QuePasa - The collaborative, community governed Event Calendar (React & GraphQL) quepasaorgiva.com/
Go to file
Amit Jakubowicz b8136bba01 Improve buttons for edit form 2019-12-11 09:08:38 +01:00
@types Add revision to new events from new users 2019-12-05 09:49:29 +01:00
packages Improve buttons for edit form 2019-12-11 09:08:38 +01: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 Apply changes from server to gitlab-ci 2019-10-05 10:26:23 +02:00
.graphqlconfig Show notice when event pending mandatory revision 2019-12-02 13:28:09 +01:00
.prettierrc fix json structure for prettierrc 2019-11-08 12:18:59 +01:00
Dockerfile Refactor many things 2019-10-04 17:21:47 +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
jest-setup.js Set up testing environment 2019-03-11 13:39:16 +01:00
package.json Nail dependency javascript-serialize due to vulnerability 2019-12-06 12:12:24 +01:00
schema.graphql Add revision to new events from new users 2019-12-05 09:49:29 +01:00
tsconfig.json Style event form 2019-10-07 17:06:08 +02:00
tslint.json Application builds with tsc 2019-03-08 15:58:35 +01:00
yarn.lock Nail dependency javascript-serialize due to vulnerability 2019-12-06 12:12:24 +01: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