GitXplorerGitXplorer
d

facegroup

public
10 stars
4 forks
7 issues

Commits

List of commits on branch master.
Unverified
2ab530f4922493946d075d5ce1962149fb0f0a69

added a few specs to main controller

ddjalmaaraujo committed 11 years ago
Unverified
301417e2ea39c6d395437afd697c70e0aa2d24e7

deploy - #9 2014.03.17

ddjalmaaraujo committed 11 years ago
Unverified
94be487f73f7b0e4898d6ccf54019ae459fc9545

deploy - #9 2014.03.17

ddjalmaaraujo committed 11 years ago
Unverified
5c895a5f3dc6b5bdec054b99d9c194d2dc9c1c16

deploy - #9 2014.03.17

ddjalmaaraujo committed 11 years ago
Unverified
6b618f52c9fb6139f8a06028bd4248d04d455530

#9 Re-check permissions when page reloads

ddjalmaaraujo committed 11 years ago
Unverified
afbe9739d3b0581650c764c8fb25e3eaea71cf1c

Update README.md

ddjalmaaraujo committed 11 years ago

README

The README file for this repository.

FaceGroup App

The idea is to read facebook groups feed, without using the facebook.com website. Developers and group administrators will love it. No distractions.

Features

  • Read your facebook Groups outside of the facebook website
  • Create "tagged" feeds. Combine two or more groups into one single timeline. (Ex: javascript groups)
  • Post/Edit/Comment posts
  • Favorite posts and list later
  • Post in multiple groups (Maybe, this is dangerous)

Roadmap

Small Wins

  • add a sidebar with groups (people have too many groups)
  • #2 - Add links to users mentions in comments / posts. (When someone mention another user, create a facebook.com/user)
  • #3 - Add a toggle to view more comments (limit to 3)
  • #4 - Add a gallery when someone posts more than 1 photo. (Some posts act like a gallery. Look for object_id)
  • #5 - Add user avatar in comments list

Goals

  • Built the front-end based on the existing layout
  • Add cache to requests
  • Setup the domain to gh-pages
  • Add embed.ly or noembed to make the timeline pretty
  • Create "grouped" or "tagged" timelines (Select multiple groups and read the feed in only one timeline)
  • Add feature to LIKE the post
  • Add feature to POST in groups
  • Add feature to favorite posts
  • Add feature to comment in posts
  • Add feature to delete posts

Layout Preview

image

Help

Yes, please, help me =)

Quick start

If you want to help, please open an issue so we can add you as Facebook group developer.

Installation instructions

gem install compass
npm install -d
bower install
grunt server

Change 127.0.0.1 to localhost in your browser

Deploy

For now:

grunt build # On the root and master branch
cd dist # make sure that dist is on gh-pages branch
git add --all
git commit 'deploy actual-date.number' # Ex: deploy 05-03-14.2
git push origin gh-pages
cd ..
git add .
git commit 'deploy actual-date.number' # Ex: deploy 05-03-14.2
git push origin master

License

MIT License © Djalma Araújo