and though bugs are the bane of my existence, rest assured the wretched thing will get the best of care here

  1. 22 Aug, 2017 4 commits
    • Conrad Schloer's avatar
      Upload pns (#101) · 779ce65c
      Conrad Schloer authored
      * Commit report sagas
      
      Make request to reports view and put data in props
      
      * Add projected breakdown pie chart and project utility savings pie chart
      
      * Use a responsive container for the charts
      
      * Add select report dropdown menu
      
      * Put both charts on the same line
      
      * Fix eslint issues
      
      * Generate report on button click
      
      * Add upload pns view
      779ce65c
    • Conrad Schloer's avatar
      Report view with CBRA (#97) · 88c8366e
      Conrad Schloer authored
      * Commit report sagas
      
      Make request to reports view and put data in props
      
      * Add projected breakdown pie chart and project utility savings pie chart
      
      * Use a responsive container for the charts
      
      * Add select report dropdown menu
      
      * Put both charts on the same line
      
      * Fix eslint issues
      
      * Generate report on button click
      
      * Update comments
      88c8366e
    • Conrad Schloer's avatar
      Revert "Upload pns (#98)" (#100) · 7041bc6a
      Conrad Schloer authored
      This reverts commit 26409a63.
      7041bc6a
    • Conrad Schloer's avatar
      Upload pns (#98) · 26409a63
      Conrad Schloer authored
      * Commit report sagas
      
      Make request to reports view and put data in props
      
      * Add projected breakdown pie chart and project utility savings pie chart
      
      * Use a responsive container for the charts
      
      * Add select report dropdown menu
      
      * Put both charts on the same line
      
      * Fix eslint issues
      
      * Generate report on button click
      
      * Add upload pns view
      26409a63
  2. 14 Aug, 2017 4 commits
  3. 09 Aug, 2017 2 commits
  4. 08 Aug, 2017 2 commits
  5. 07 Aug, 2017 7 commits
  6. 25 Jul, 2017 1 commit
  7. 20 Jul, 2017 1 commit
    • Conrad Schloer's avatar
      Add projects list view (#89) · 22f704b5
      Conrad Schloer authored
      * Initial project search view
      
      * Add salesforce link and searching
      
      * New Home page
      
      * Add recent notes and top 5 buildings and projects to landing page
      
      * Catch empty activeProjects
      
      * Move styling to styles.css file
      
      * Fix styling problems
      
      * Fix bbl display on HomePage
      
      * Fix bug where project level notes show up at the building level
      
      * Update box folder url for projects
      
      * Fix project breadcrumbs
      
      * Fix error box on search pages
      
      * Updated docstring
      
      * Fix bug where project search bar and building search bar updated each other
      22f704b5
  8. 13 Jul, 2017 2 commits
  9. 10 Jul, 2017 2 commits
    • Conrad Schloer's avatar
      Add units to disaggregate chart (#86) · 3260be6c
      Conrad Schloer authored
      3260be6c
    • Conrad Schloer's avatar
      Add notes to dashboard (#83) · d8826207
      Conrad Schloer authored
      * Creation of Notes Card component in Buildings overview
      
      * Creating the notes column in buildings overview
      
      * Updated BuildingOverview to display notes cards column
      
      * Creates a note for each entry
      
      * Removed comments from the NotesCard component
      
      * You can add notes by simply pressing enter
      
      * Notes column appears in buildings overview and notes get added on enter. Each note becomes a card just like in document cards
      
      * Warning regarding non-unique item id resolved
      
      * Changed the appearance of the notes
      
      * Removed unnecessary component
      
      * Notes appear from most recent
      
      * Changed appearance of added notes
      
      * Refactor code and add database and document service
      d8826207
  10. 06 Jul, 2017 3 commits
  11. 30 Jun, 2017 7 commits
  12. 21 Jun, 2017 1 commit
    • Conrad Schloer's avatar
      New buildng search (#76) · adcf225e
      Conrad Schloer authored
      * Add borough dropdown to front page search
      
      * Add tooltip to address header
      
      * Add clickable BBL to side
      
      * Use new building search and update UI
      
      * Fix typo in the tr key for BuildingListTable
      
      * Use prop-types package instead of importing from react to remove warning
      
      * Switch SEARCH_LISTS in SearchBar to dictionaries instead of lists of dictionaries
      
      * Combine update search params into one action
      
      * Use actions to update bbl state on click instead of passing a function
      
      * Add cookies to track recently viewed buildings
      
      * Show warning on empty address input and non empty zip or borough
      
      * Change arguments to match update to building search again
      
      * Use localstorage instead of cookies
      
      * Clear only google login specific local storage
      
      * Remove extra folders
      
      * Recieve a list of street addresses for building detail search
      
      * Update doc string
      
      * Make buildingListTable one table with properly used rowspan and updated onHover events
      adcf225e
  13. 19 Jun, 2017 1 commit
  14. 02 Jun, 2017 3 commits