Skip to content

Commit

Permalink
Add status of docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Sashko Stubailo committed Oct 9, 2015
1 parent ac0ab7b commit 62bfa41
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions outlines.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ Since everything is JavaScript and code can be shared between all parts of your
5. How to split your app into smaller apps that each have a smaller surface area while sharing code and data
6. The Meteor style guide

[See the document.](content/structure.md)

Status: Initial draft 50% done.

### Meteor guide: Collections and models

We'll explain how to deal with collections across client and server. Then we'll reduce code repetition by extending database documents with model classes.
Expand Down Expand Up @@ -100,6 +104,10 @@ What do URLs mean in a mobile and client-rendering world, and how does one use t
5. How to handle URLs in your app that should only be accessible to certain users
6. How and why to use a UI framework native router, like Angular router or React Router

[See the document.](content/routing.md)

Status: Initial draft 80% done.

### Meteor guide: Testing

Write some extra code now to make sure you don't break your code when you add more code later. Add features and refactor your app with no fear.
Expand Down

0 comments on commit 62bfa41

Please sign in to comment.