Done
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee
Sebastian Brudziński
Sebastian BrudzińskiReporter
Nick Reid
Nick Reid(Deactivated)Story Points
3
Original estimate
4d
Time tracking
3d 6h logged2h remaining
Components
Sprint
None
Fix versions
Priority
Time Assistant
Time Assistant
Created December 1, 2016 at 7:58 PM
Updated January 20, 2017 at 12:20 PM
Resolved January 13, 2017 at 9:17 AM
There seems to have been confusion about how to name services, factories, and classes. The goal of this ticket is to move our naming conventions back inline with the OpenLMIS-UI Naming Conventions
Most common errors:
Factories and services are not lowercase camelCase
Modules should be dash-separated, not dot.separated
Acceptance Criteria
All modules are dash-separated
Javascript class names are uppercase CamelCase
Factories and services are lowercase camelCase
Services end with the word "Service"
Factories end with the word "Factory"
Controllers are uppercase CamelCase and end with the word "Controller"