Coder Social home page Coder Social logo

weddy-app's Introduction

wedday

STATUS: working in progress

This if my first real world app I am developing using flutter. It is a sort of social network for guests of an wedding.

The idea

People love to take and share pictures of their social life, specially in weddings. The idea of the app is to make it simpler for the guests to get all the pictures the other guests are taking. So no one needs to ask anybody to send the pictures over.

Screenshots

Tecnologies

Flutter

Flutter Modular for the project structure and dependency injection

MobX for state management

API: For the database I decided to use GraphQL so Hasura does all the heavy lifting;

Authentication: Hasura doesn't have authentication implemented (yet) but it allow us to acccess the api using JWT. So I use Firebase for authentication. When the user is created I set a custom claim to the new user via Cloud Functions to set a signature that Hasura will understand

"https://hasura.io/jwt/claims": {
    "x-hasura-default-role": "user",
    "x-hasura-allowed-roles": ["user"],
    "x-hasura-user-id": user.uid
}

Whe the user is logged in I get the token generated by firebase and send it with the requests to Hasura.

User journey

(TODO) : Creating the wedding

The marrying people download the app, register and create the wedding. The app will generate a wedding passcode and attach it to the wedding ID.

The passcode will be needed for gue guests to access the wedding. So the merrying couple need to provide the code to all guests. THey can do it manually or by giving the app the email address of the guests, so the app send it to everybody.

Guest journey

The guest download the app and register to it. The app will ask the guest to provide a 6 number code for the wedding. On the home screen the user will be able to view all the pictures the other guests are posting and will be able to download them.

They can also see the list of all guests.

weddy-app's People

Contributors

nobrefelipe avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.