A PivotalTracker client for managing stories.
- Clone the repo:
git clone https://github.com/asidiali/pivotal.press.git
- Navigate to the repo folder and install dependencies:
npm i
- Install Webpack globally if you don't have it (optional):
npm i -g webpack
- Start the dev server:
npm run dev
- Navigate to
http://localhost:8080/
to view the app
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
- project
- 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 ofls
- add tooltip/note to home page on where to find PT API key
-
All help is welcome! Please be sure to checkout the contribution guidelines.
MIT [LICENSE]