Skip to content

Latest commit

 

History

History
46 lines (38 loc) · 1.91 KB

ROADMAP.md

File metadata and controls

46 lines (38 loc) · 1.91 KB

SCRIPTBOX ROADMAP

BUG TO FIX

- [ ] Todo list
- [ ] Scroll on list view
- [ ] Fix the font

NEXT REALEASE

In the next release the scriptbox must allow :

- [ ] All created users must receive a notification mail (server ip, login and password)
- [ ] Add More diagram to dashboard
- [ ] Write some tutorial, and better documentation
- [ ] Add a keyword embedded data for a better script optimisation
- [ ] Fix all bug and found contributor and testers

Version 0.0.1

In this release the scriptbox must allow :

- [✓] Add js isolate context for rewrite SMS
- [✓] A better javascript environement for script execution
    - [✓] Add session storage for a client  persistent data
    - [✓] Add local storage for share data across clients who use the same keyword
    - [✓] Add globlal storage for share data across clients who use the same shortcode
    - [✓] Add database access (mysql, mongodb, postgresql etc...)
    - [✓] Add network access (http, https, socket, tls, datagrame,dns)
- [✓] Multi language for script (javascript, coffeescript)
- [✓] Connect to Kannel, SMS Center and other SMPP servers
- [✓] Add SMPP v3.4 server for test
- [ ] Add SMPP v5 server for test
- [ ] Write a services via a designers, a graphical tools for create news script
- [ ] Add socketio for realtime notifications
- [ ] Manage a local sql database(ALASQL)
    - [ ] Allow manage database from script
    - [ ] Allow manage database from admin
    - [ ] Import/Export table to csv
- [ ] Add background task services
    - [ ] Allow manage task from script
    - [ ] Allow manage task from admin
- [ ] Write some tutorial, and better documentation
- [ ] Internationalisation support (French & English)
- [ ] A plugin system for add new functionality
- [ ] Fix all bug and found more contributors and testers