项目作者: richpeers
项目描述 :
Create a Survey - Embed a widget on your website
高级语言: PHP
项目地址: git://github.com/richpeers/surveys.git
Surveys

Create a survey and embed in your website. Live Demo is master branch
Uses Laravel, VueJS, Vuex, Vue.Draggable Bulma
Roadmap
Map out database in an ERDAuthTests and backend for creating a new surveyRefactor vuejs to use vuex for shared stateTests and backend for saving a new surveyFrontend for creating a new surveyFrontend for saving a new surveyValidation tests / server side for new surveyClient side validation for new surveyList user surveys tests / backend / frontendEdit survey tests / backend / frontendUpdate suvey tests / backend / frontend
refactor - inserts for performance / extract out of controllers
refactor - DRY vue / vuex -> modules, pull client side validation into top level component for style / options tabs
API for completing survey via embedded script on client site - tests / backend
- Frontend script for embedded widget
- lock a survey to domain(s)
- live preview for desktop + preview button for mobile
- mobile only - remove drag/drop and replace with dropdown
- publish a survey
- enable downloading of results
- UI for customising appearance of embedded widget
scheduled clean up script for soft-deleted questions / options that don’t already have answers submitted
logic / branching (if this option chosen, proceed to x) ?
- laravel dusk ?
- SaaS ?