All Projects → Toxantron → Scrumonline

Toxantron / Scrumonline

Licence: apache-2.0
PHP web app for planning poker

Projects that are alternatives of or similar to Scrumonline

Androiduix
Make a high-performance mobile web app / SPA with Android UI
Stars: ✭ 501 (+36.14%)
Mutual labels:  web-app, spa
Prestashop
Free PWA & SPA for PrestaShop
Stars: ✭ 59 (-83.97%)
Mutual labels:  web-app, spa
bzkanban
🔪 Kanban board for Bugzilla 5+
Stars: ✭ 39 (-89.4%)
Mutual labels:  web-app, scrum
Tmdb App
TMDb Vue.js app
Stars: ✭ 287 (-22.01%)
Mutual labels:  spa
Abstract State Router
Like ui-router, but without all the Angular. The best way to structure a single-page webapp.
Stars: ✭ 288 (-21.74%)
Mutual labels:  spa
Vux
Mobile UI Components based on Vue & WeUI
Stars: ✭ 17,573 (+4675.27%)
Mutual labels:  web-app
Vue Wordpress
Use Vue.js and the WP REST API to build WordPress themes as SPAs with dynamic routing, HMR for development, SEO enabled, and SSR capable. Demo:
Stars: ✭ 361 (-1.9%)
Mutual labels:  spa
Ssr Sample
A minimum sample of Server-Side-Rendering, Single-Page-Application and Progressive Web App
Stars: ✭ 285 (-22.55%)
Mutual labels:  spa
Kubeview
Kubernetes cluster visualiser and graphical explorer
Stars: ✭ 335 (-8.97%)
Mutual labels:  spa
Nextcloud Deck
📋 Android client for nextcloud deck app
Stars: ✭ 318 (-13.59%)
Mutual labels:  scrum
Vuefront
VueFront Core. Turn your old-fashioned CMS website in to a SPA & PWA in 5 minutes
Stars: ✭ 316 (-14.13%)
Mutual labels:  spa
React Storefront
React Storefront - PWA for eCommerce. 100% offline, platform agnostic, headless, Magento 2 supported. Always Open Source, Apache-2.0 license. Join us as contributor ([email protected]).
Stars: ✭ 292 (-20.65%)
Mutual labels:  spa
Spa
A webapp framework for routing control and view transitions
Stars: ✭ 331 (-10.05%)
Mutual labels:  spa
Angular
UI-Router for Angular: State-based routing for Angular (v2+)
Stars: ✭ 287 (-22.01%)
Mutual labels:  spa
Koa Vue Notes Api
🤓 This is a simple SPA built using Koa as the backend, Vue as the first frontend, and React as the second frontend. Features MySQL integration, user authentication, CRUD note actions, and async/await.
Stars: ✭ 342 (-7.07%)
Mutual labels:  spa
Ice
🚀 The Progressive App Framework Based On React(基于 React 的渐进式应用框架)
Stars: ✭ 16,961 (+4508.97%)
Mutual labels:  spa
Wechat Spa
🎉 微信端单页面应用(SPA)常见问题汇总及解决方案
Stars: ✭ 337 (-8.42%)
Mutual labels:  spa
Pix Plot
A WebGL viewer for UMAP or TSNE-clustered images
Stars: ✭ 306 (-16.85%)
Mutual labels:  web-app
Super Progressive Web Apps
SuperPWA helps to convert your WordPress website into Progressive Web Apps instantly. PWA (Progressive Web Apps) demo at : https://superpwa.com and Plugin :
Stars: ✭ 304 (-17.39%)
Mutual labels:  web-app
Eshoponcontainers
Cross-platform .NET sample microservices and container based application that runs on Linux Windows and macOS. Powered by .NET 6, Docker Containers and Azure Kubernetes Services. Supports Visual Studio, VS for Mac and CLI based environments with Docker CLI, dotnet CLI, VS Code or any other code editor.
Stars: ✭ 19,397 (+5170.92%)
Mutual labels:  spa

ScrumOnline

Gitter

PHP web app for planning poker. It includes a master view for the ScrumMaster and a simple responsive card view for the team. A deployed demo is available at http://www.scrumpoker.online

Idea

Everyone who ever managed a software project using scrum will have either heard of or played planning poker. It is a simple tool to determine a stories/features complexity. For the detailed process refer to https://en.wikipedia.org/wiki/Planning_poker. So far there are a couple of apps where you can select a card and display it on the screen - but none of them offer a network collaboration mode. Some of the existing web apps are nowhere near responsive or come with too overloaded UIs. I want to create a simple web app where the Scrum Master can start a named session and all team members can join the session.

Deployment

You can find a detailed deployment how-to in the documentation or use the docker image over at chrisns/scrumonline.

Setup

The "deployment" is a general scrum meeting where the ScrumMaster has a laptop connected to a beamer while all team members have an internet connected device (phone, tablet, laptop, ... - smartwatch would be awesome). The meeting starts with the ScrumMaster creating a named session and all team members joining that session. The beamer should now show the list of joined members.

Estimation workflow

For every story the Scrum Master will than start a poll and each member of the session must select a card. As they select a card the main screen will show a card over their name, but without showing the number. Once everyone selected a card the main page (beamer) flips all the cards. According to planning poker it will than highlight the minimum and maximum estimation for colleagues to bring their arguments. A demonstration using the Redmine plugin is available on youtube.

Road Map

  • Include vote history of previous stories at the bottom of the master view
  • Statistics tab in navigation bar
  • Mobile apps with watch support. Imagine voting on Android Wear or Apple Watch. Wouldn't that be cool? :D

Contribute

If you want to contribute you can just clone the repository and follow the deployment instructions. Any changes must be commited to a fork and then merged by issuing a pull request. For information on the REST API or ticketing plugins please have a look at the wiki documentation.

You can also use the REST API to build a mobile for iOS or Android. In that case I am happy to link your app in the README and on the page.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].