An open API service indexing awesome lists of open source software.

https://github.com/iacobson/stuk_io_3-social_network

Building a social network site
https://github.com/iacobson/stuk_io_3-social_network

Last synced: about 2 months ago
JSON representation

Building a social network site

Awesome Lists containing this project

README

        

# stuk_io_3-Social_Network
Building a social network site
based on https://stuk.io/en/courses/social-network course

## Custom Developement

### New Features
- comments section
- nested Model associations : user - post - comment
- comments are available to the Timeline through public_activity
- custom comment icon
- comment counter
- likes module with Ajax

### Improvements
- custom font-awesome icons for each action: friends, posts
- automatic resize of pictures added with auto_html through jQuery
- new Timeline:
- now it's possible to add posts and comment from the Timeline
- no page reload for new posts, comments and likes (Ajax)