Git Product home page Git Product logo

group-do's Introduction

group-do

A to-do list with friends

group-do's People

Contributors

eyuelt avatar

Watchers

 avatar

group-do's Issues

Add groups

As this is a group to-do app, there should be groups. And preferably not just a single group that everyone is a part of.

Build out the rest of the app

Some important parts of the app that aren't part of the group flow:
Landing page
Registration page
Group creation page

Add private groups

Groups should have the option of being private. A private group is password protected. The password lets a user view the group page, where there is a button to let the user join the group.

Secure API

Make sure that user has the correct permissions for the api call that is being made.

For example, for a private group, only users within the group should be able to get the events in that group.

I'm thinking that all api methods should be rewritten as callback methods that get passed into a method that determines the user's permissions then calls the callback with an object specifying the user's permissions for that group.

Decide on a name

I've been using group-do throughout the project, but I'm not set on it yet. Firstly, if I do want to go with some variant of "Group do", I could go with any of the following:
groupdo
group-do
groupDO
GroupDo
Group Do

I also like "Let's do" or some variant of that:
letsdo
lets-do
let's-do
letsDO
let'sDO
LetsDo
Let'sDo
Lets Do
Let's Do

Add votes

Users should be able to vote on events

Hash the password on the client side before sending it

This way, what's sent in plaintext over the wire is a hash of the password.

This obviously doesn't really provide security, but it at least shields the plaintext of the password. This is important in the (pretty likely) case that the user uses the same password for other services. This is just for development. Eventually I won't need to do this because I'll be using HTTPS.

Create group admins

Groups should have admins. The creator would automatically be added to the admin group. This would just be implemented as a User array in the Group model called admins.

Admins would have the power to:

  • boot users
  • delete events?
  • add/demote other admins?
  • etc.

Maybe only the creator should be able to add/demote admins. So the creator is kind of a superadmin.

Scope API to groups

For example, getEvents should return all events in a certain group, not all of the events in the system.

Add comments

Users should be able to leave comments on events

Allow password resets

Handle forgotten passwords. This might mean I'll need to collect the user's email address.

Facebook auth?

Facebook auth might make sense here. There's really no need for a separate account. It's a more trusted identity, it comes with a picture, this removes the need for #14 . I guess the only downsides are that some people don't like using Facebook auth or Facebook in general, and the fact that I have the app depend on Facebook.

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.