-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
51 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
- [ ] Notification | ||
- [ ] Socialite | ||
- [ ] Wechat related | ||
- [ ] Schedule(backup,stat,) | ||
- [ ] I18N | ||
|
||
## Frontend | ||
|
||
- [ ] Materialize css | ||
- [ ] Search | ||
- [ ] Websocket | ||
|
||
## Future | ||
|
||
- [ ] Refactor views with VueJs | ||
- [ ] API | ||
- [ ] Package | ||
- [ ] Unit test |