strongloop / loopback-example-access-control

An example demonstrating LoopBack access control mechanisms.
Other
370 stars 168 forks source link

Formalize the file names for the boot directory #40

Closed pulkitsinghal closed 9 years ago

pulkitsinghal commented 9 years ago

It would be great if this sample could Formalize the file names as suggested in https://github.com/strongloop/loopback-boot/issues/61 for the files in the boot directory.

It would make for a better implicit understanding of how to use loopback if we clone the example and decide to continue experimenting on top of it.

superkhau commented 9 years ago

What do you mean? The boot name ordering issue is still a work in progress. Can you provide an example of what you mean by "Formalizing" the boot script name?

pulkitsinghal commented 9 years ago

Perhaps rename the files like so in the meantime (whatever the right order is): 01_auth, 02_explorer, 03_rest-api, 04_root, etc.

superkhau commented 9 years ago

@pulkitsinghal Once @ritch finishes implementing the phases feature, the ordering will be irrelevant. IMO, we should leave this as is for now to cause less confusion as I believe @ritch is almost done with the feature. Additionally, we already have the warnings right up front in the boot scripts section of docs with references to the Github issue.