Code Monkey home page Code Monkey logo

rhode_project's People

Contributors

matthewhatch avatar

Stargazers

 avatar

Watchers

 avatar

rhode_project's Issues

Indexes

class AddIndexesToFkeys < ActiveRecord::Migration
def change
add_index :users, :club_id, :name => "users_club_idx"
add_index :forums, :club_id, :name => "forums_club_idx"
add_index :posts, :topic_id, :name => "posts_topic_idx"
add_index :posts, :user_id, :name => "posts_user_idx"
add_index :posts, :club_id, :name => "posts_club_idx"
add_index :topics, :forum_id, :name => "topics_forum_idx"
add_index :topics, :user_id, :name => "topics_user_idx"
add_index :events, :club_id, :name => "events_club_idx"
add_index :lists, :user_id, :name => "lists_user_idx"
add_index :lists, :event_id, :name => "lists_event_idx"
add_index :notices, :club_id, :name => "notices_club_idx"
add_index :profiles, :user_id, :name => "profiles_user_idx"
add_index :sponsors, :club_id, :name => "sponsors_club_idx"
end

end

Deployment to Heroku

Deployment to Heroku is not working. db:migrate is not running one of the migrations therefore the foreign keu user_id is not being added to the posts table.

Update/Delete Posts

  1. there is some overlapping on the left links on the forums... 4. There is no option to update/delete post...

The overlapping links are to update/delete

  • Only if the user is the admin or the creator

Post Text formatting

How about some better text formatting in the posts... that would be nice... this is me talking to myself. Also how about some AJAX

View Topic Button

  1. the "view topic" buttom is redundant cause they are links.
  2. Perhaps u could add the email updates at the front page of the forums so u could get ALL updates but the ones on each forum works nicely so it is more like "nice touch"
  • Change View topic to Email Button

Posted By:

This shows the original poster, not the person that posted the reply

IE Layout Issue

Navbar looks like blue to black gradient, might be just IE 8

Breadcrumbs

How about some breadcrumbs...swimming>new posts>suggestions...

Background Color of Events

eventBackgroundColor

Sets the background color for all events on the calendar.

String

You can use any of the CSS color formats such #f00, #ff0000, rgb(255,0,0), or red.

This option can be overridden on a per-source basis with the backgroundColor Event Source Object option or on a per-event basis with the backgroundColor Event Object option.

Add background worker

For emails.

New branch created
gem added
db:migrate run
procfile created
tested

TODO:
merge branches
db:migrate to heroku
push to heroku
run ---- heroku ps:scale worker=1 to increase the worker processes so email will be sent

pagination

add pagination.

-Forum controller show class *_This will paginate a list of topics
-Topic controller show class *_This will paginate a list of 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.