This repository was archived by the owner on Mar 19, 2020. It is now read-only.
This repository was archived by the owner on Mar 19, 2020. It is now read-only.
ブログ機能の管理画面を作る #25
Closed
Description
ブログ機能の管理画面を作りたい
#8 ブログ機能の追加 より
基本、デザインはほかのものと同じようにCSSフレームワークに放り投げることにする。
候補 : https://github.com/akveo/blur-admin
'Admin' の名前空間が管理画面用。
'Public' の名前空間は公開用。
ToDo Tasks List ⚒
- Slug 機能の追加
- Body はMD => HTML の処理
- Published_at のフィルター
- CSSフレームワークを利用し画面作成
- 不要な表示の削除
- User のセッションで Admin の操作を認証
- Author を User モデルと紐づけして名前表示