Skip to content

Latest commit

 

History

History
77 lines (65 loc) · 2.25 KB

README.md

File metadata and controls

77 lines (65 loc) · 2.25 KB

Pivotal.Press logo

PIVOTAL.PRESS

A PivotalTracker client for managing stories.

Local Install & Setup

  1. Clone the repo: git clone https://github.com/asidiali/pivotal.press.git
  2. Navigate to the repo folder and install dependencies: npm i
  3. Install Webpack globally if you don't have it (optional): npm i -g webpack

Running Locally

  1. Start the dev server: npm run dev
  2. Navigate to http://localhost:8080/ to view the app

To do

This app is currently a work in progress. Reporting any bugs/issues you find is always appreciated!

  • View
    • user
    • projects
    • projects details
    • stories in project
      • filter stories by
        • type
        • stage
        • owner
        • labels
      • sort stories by
        • updated (default)
        • created
        • stage
        • type
    • labels in project
    • members in project
    • story details
  • Edit
    • project
      • name
      • stories
    • story
      • name
      • description
      • type
      • stage
      • owner
      • labels
  • Misc
    • UX - Real-time - setup polling to enable real-time changes
    • UI - project cards activity feed
    • UI - real-time project history feed sidebar
    • Performance - projects stories list pagination
    • Performance - improve story search query functionality (by word)
    • UI - add owner/member detail to story cards
    • UX - click on stage, type tags to filter
    • UX - refactor requests for offline capability
    • UI - kanban board view by stage
    • UI - project carousel view
  • Accounts
    • incorrect API key check
    • revamp login page, check for pp-me before routing
    • pass account via props instead of ls
    • add tooltip/note to home page on where to find PT API key

Contributing

All help is welcome! Please be sure to checkout the contribution guidelines.

Contributors

  • Adam Sidiali [Gh] [Tw]

License

MIT [LICENSE]