Skip to content

Commit

Permalink
Merge branch 'docs' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesPong committed May 29, 2017
2 parents e1d6745 + ad9d0bc commit f4c62e6
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 0 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
### Added
- Post publish and draft status
- Soft delete support of models

### Changed
- Dashboard panel text

### Fixed
- Post editor full screen bug

## 0.1.0 - 2017-05-29
### Added
- Integrated dashboard with AdminLTE and used [webpack.mix.js](webpack.mix.js)
- Repository mode
- Base CRUD of Permission, Role, User, Category, Tag, Post
- Migrations and Seeder of Permission, Role, User, Category, Tag, Post
28 changes: 28 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Todo list of project

## Backend

- [x] Category
- [x] Tag
- [ ] Comment
- [ ] Visitor & view count(use Middleware)
- [ ] Cache
- [ ] Email
- [ ] Notification
- [ ] Socialite
- [ ] Wechat related
- [ ] Schedule(backup,stat,)
- [ ] I18N

## Frontend

- [ ] Materialize css
- [ ] Search
- [ ] Websocket

## Future

- [ ] Refactor views with VueJs
- [ ] API
- [ ] Package
- [ ] Unit test

0 comments on commit f4c62e6

Please sign in to comment.