Skip to content

Latest commit

 

History

History
45 lines (38 loc) · 5.49 KB

CHANGELOG.md

File metadata and controls

45 lines (38 loc) · 5.49 KB

0.1.0 (2015-02-28)

Bug Fixes

  • Gruntfile: add missing require statements at top (30ec9806)
  • Gruntfile.js: add jit mapping for grunt-build-control to get it working (4709df6e)
  • Issue.js: wrong api url, this model needs to be refactored now that DataService has mostly (2bcd8e65)
  • cu-content-wrapper:
    • refactor and simplify content wrapper so it doesn't contain angular material col (c0c5d5a5)
    • remove ng-material layout div - needs to be used by each partial (eebb6c30)
  • index.js: fix server issues index with proper Router (013243da)

Features

  • CurrentIssue: service for sharing data about current issue and its edit state (07e14f98)
  • DataService: create DataService for handling calls to the api (6765eca4)
  • IssueDetail: display and manage issue detail views (4d778bc2)
  • IssueForm: form can display, update, and create issues (b72b3793)
  • IssueList: master-detail issue list view with $mdSidenav (cf8e30e4)
  • MainCtrl: add controller for handling main content using material content and sidenav (3c0be33a)
  • SidenavCtrl.js: add SidenavCtrl for handling conditional material sidenav menu (2b10feb1)
  • bower: new dependencies for new app functionality: (6e85e918)
  • config.js: add MainCtrl to core config view (a4780872)
  • cu-content-wrapper.directive.js: provide content-wrapper directive for wrapping entire main content area (73758ba2)
  • cu-content-wrapper.html: view for main content-wrapper (8380a5e6)
  • cu-footer.directive.js: add footer directive to app (7137d7a0)
  • expanding-search: add expanding search component (64dcb18a)
  • filterSelect: add filterSelect directive to enable ui.bootstrap select to work properly (208b8037)
  • index.html: replace ui-view with new cu-content-wrapper and replace footer with cu-footer, a (1a3cde10)
  • issue-form: wrap up issue-form template and controller in simple directive (cdb18704)
  • issue-list: fix up and add basic features for issue-list (d649c24a)
  • issue.config: complete routing for issues (99b49f38)
  • issue.model: new issue schema fields, new static and pre-save hook (abe7e209)
  • issues:
    • add first implementation of client-side code for issues, currently list view (18a2f25a)
    • add api for handling issues (7694dc21)
  • issues.controller: flesh out issues api (498be4b8)
  • md-button: make add button on issue-list white, move to right, use vars on material_overrid (859c8a01)
  • mongoose.js: register issues with mongoose, seed issues to db on startup (4e3135cb)
  • nav: add issues to nav menu, uncomment lv-nav-menu (991dcc5b)
  • routes.js: add routing for issues api (0d19e65e)