Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 9c49224

Browse files
author
Cristian
committed
Update README and CHANGELOG
1 parent 76288c7 commit 9c49224

File tree

2 files changed

+60
-10
lines changed

2 files changed

+60
-10
lines changed

‎CHANGELOG.md‎

Lines changed: 24 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,35 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6-
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
5+
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
76

87
## TAGS
98

10-
* **Added** for new features.
11-
* **Changed** for changes in existing functionality.
12-
* **Deprecated** for soon-to-be removed features.
13-
* **Removed** for now removed features.
14-
* **Fixed** for any bug fixes.
15-
* **Security** in case of vulnerabilities
9+
- **Added** for new features.
10+
- **Changed** for changes in existing functionality.
11+
- **Deprecated** for soon-to-be removed features.
12+
- **Removed** for now removed features.
13+
- **Fixed** for any bug fixes.
14+
- **Security** in case of vulnerabilities
1615

1716
## [0.0.1] - (2018年09月19日)
1817

1918
### Added
2019

21-
* Project init
20+
- Project init
21+
22+
## [0.0.2] - (2018年09月27日)
23+
24+
### Added
25+
26+
- Finished base setup
27+
- Login and register
28+
- Password reset
29+
- Security methods
30+
- User list for admin users
31+
- Server testing (publications/methods/collections)
32+
- Client testing (react components)
33+
- Client form componetization (using formik)
34+
- Client form validation (using formik and yup)
35+
- Full code refactor
36+
- Code linting using eslint and prettier

‎README.md‎

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# meteor-base-project
22

3-
Meteor basic scaffolding
3+
Meteor basic setup
44

55
- Meteor version 1.7.0.5
66
- Node version 8.11.4
@@ -20,3 +20,38 @@ Run configs are placed in `run.sh` file
2020

2121
- When starting the app for the first time, an admin user is created. You can configure its data in `server/startup/fixtures.js` file
2222
- `run.sh` file contains env variables and run commands configurations
23+
24+
### Features
25+
26+
- Login and signup
27+
- Reset password
28+
- Edit user profile
29+
- Security methods
30+
- Roles
31+
- Form validation
32+
- Mailing
33+
34+
Client side
35+
36+
- Meteor 1.7+
37+
- React 16.5.2
38+
- [SemanticUi-react](http://react.semantic-ui.com/introduction/)
39+
- SASS
40+
- Forms with [formik](https://github.com/jaredpalmer/formik) and [yup](https://github.com/jquense/yup)
41+
42+
Server side
43+
44+
- Meteor 1.7+
45+
- MongoDB
46+
47+
Testing
48+
49+
- [Mocha](https://mochajs.org/)
50+
- [Chai](https://www.chaijs.com/)
51+
- [sinon](https://sinonjs.org/)
52+
- [Enzyme](https://github.com/airbnb/enzyme) (testing react components)
53+
54+
Code format
55+
56+
- eslint (airbnb and react/meteor styleguides )
57+
- prettier

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /