8000 GitHub - lastomato/qiqi: mail list
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

lastomato/qiqi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QiQi

Purpose

Simple mail list

Features

> publish, edit, delete posts;

  1. app/models/topic.rb

  2. app/models/reply.rb

  3. app/controllers/topics_controller.rb

  4. app/controllers/replies_controller.rb

  5. app/views/shared/*.js.erb

> inline code hilighting;

  1. app/helpers/application_helper.rb

> mail notification(configurable);

  1. app/mailers/*.rb (not finished yet)

> nested reply display(auto indent);

  1. app/views/topics/*.html.erb

  2. app/views/shared/*.js.erb

> at notification;

  1. app/helpers/application_helper.rb

> nice views;

  1. app/views/*

  2. app/assets/*

Todo

> test features;

  1. check rspec-rails

  2. check capybara

  3. check cucumber

> write views(css/html/javascript); > mail notification;

  1. check rails guides - mailer

  2. check mailer file

> routes optimization

  1. check rails guides - routes

  2. check route file

> user publish history

  1. app/models/history.rb (one-to-one relationship with user)

About

mail list

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0