GithubHelp home page GithubHelp logo

zenizh / repost Goto Github PK

View Code? Open in Web Editor NEW
118.0 15.0 15.0 9.64 MB

An open source software to communicate with your team members through posting daily reports.

Ruby 45.89% JavaScript 46.32% CSS 5.48% HTML 2.31%
redux react rails draft-js

repost's Introduction

Repost

CircleCI Gitter License: MIT

Repost is an open source software to communicate with your team members through posting daily reports. This project focuses on a good user interface using Redux and React. Ruby on Rails is used for the backend server.

NOTICE Repost is still under development. So it may occur breaking changes, and it's too insecure to use this.

Screenshot

Build with

Repost is build with following libraries. This project is still pre-alpha, so it adopts latest version of each.

  • Ruby
  • Ruby on Rails
  • Redux
  • React
  • PostgreSQL
  • draft.js

Development

To develop Repost, you should run servers of Ruby on Rails and Webpack. db:populate fills your database with example data.

$ git clone [email protected]:kami-zh/repost.git
$ cd repost
$ bin/setup
$ bin/rails db:populate # If needed
$ bin/rails s
$ bin/webpack-dev-server

To update the application you just run bin/update.

Deployment

To start Repost on production, you should compile webpacker before running server of Ruby on Rails.

$ bundle install --without development test
$ bin/yarn install --production
$ RAILS_ENV=production bundle exec rails webpacker:compile
$ RAILS_ENV=production bundle exec rails db:create db:migrate db:seed_fu
$ bundle exec unicorn -c config/unicorn.rb -E production

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/kami-zh/repost.

License

The gem is available as open source under the terms of the MIT License.

repost's People

Contributors

dependabot[bot] avatar zenizh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

repost's Issues

Comment to post

To communicate with team members through the posts, it needs to implement comment feature.
And count of comments should be rendered on PostCard, PostHeader.

Don't allow double post

Currently some posts submitted when click submit button continuity.
So we should fix this 🛠

Can't load posts by syntax error

SyntaxError (/Users/tetsuyanh/go/src/github.com/kami-zh/repost/app/queries/post_query.rb:8: syntax error, unexpected <<, expecting ')'
      <<~SQL
        ^

my env

ruby -v
ruby 2.2.2p95 (2015-04-13 revision 50295) [x86_64-darwin15]
rails -v
Rails 5.1.2

Paginate posts

Currently we can show posts only 10 number because we don't have pagination feature.
I think infinite scroll is better solution.

Reaction to post with emoji

To enjoy through reading post we should be implement reaction feature like 👍 🎉 🔥 .
Like comment feature ( #9 ), it needs to render it's count on PostCard, PostList.

Can't create 'Deploy to Heroku' button because of the memory exceeding

When the command heroku run rails webpacker:compile RAILS_ENV=production heroku raises the following error 😢

Process running mem=1141M(222.9%)
Error R15 (Memory quota vastly exceeded)
Stopping process with SIGKILL
State changed from up to complete
Process exited with status 10

Manage user role

Currently we can change user role only on console 💣
We should implement to change it on team settings.

Adjust font size

I usually work with high-resolution display, so currently Repost has very large font.
We should adjust it 🔤

Manage channel members

We want to manage channel members on click user icon at post header.
It lets user subscribe/unsubscribe channel.
This feature is allowed to operate only admin.

アバタ―登録画面について

アバタ―アップデート時に

    • imgのフォーマットが表示されていない
  1. サイズ
  2. ファイルタイプ
  • ローカルから画像を選択しても"Update"ボタンをクリックするまでどの画像を選択したか反映されない

の2点が気になりました。
初回アバタ―登録時にちょっと戸惑いがありました。

Add user page

When click user icon we guess it occurs the page transit to user page 🚗
User page has user profile, status and posts.

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.