Commit Graph

864 Commits

Author SHA1 Message Date
ivan d88dd59ab5 Ivan - Create Ticket Form - Fix some test adding swap to Array.prototype [skip ci] 2016-08-18 23:38:22 -03:00
ivan ac5975cf8b Ivan - Create Ticket Form - Dispatch getUserData after successfull email sending[skip ci] 2016-08-18 23:32:36 -03:00
ivan fbb6d69696 Ivan - Create Ticket Form - Create and implement Header component [skip ci] 2016-08-18 23:28:25 -03:00
ivan 97a35862fe Ivan - Create Ticket Form - Add optional create ticket without login [skip ci] 2016-08-18 23:04:35 -03:00
ivan ef20687f1a Ivan - Create Ticket Form - Add /ticket/create fixture and add ticket create form logic [skip ci] 2016-08-18 22:56:29 -03:00
Ivan Diaz cd49405f61 Merged in frontend-table-component (pull request #37)
Frontend table component + Implementation
2016-08-18 22:55:13 -03:00
ivan 569fd3556d Ivan - Create Ticket Form - Fix layout issues [skip ci] 2016-08-18 22:26:05 -03:00
ivan 5527a46d5f Ivan - Create Ticket Form - Remove required from department, update DropDown focus [skip ci] 2016-08-18 22:10:07 -03:00
ivan 6b7a71cefc Ivan - Create Ticket Form - Delete TextArea component, improve TextEditor, create FormField (abstraction for Form), update styling of form, add new input and dropdown types [skip ci] 2016-08-18 21:24:13 -03:00
ivan 9813dd0ebd Ivan - Create Ticket Form - Fix TextEditor issues [skip ci] 2016-08-18 17:49:52 -03:00
Ivan Diaz 99e9392c45 Ivan - Add text editor to text area [skip ci] 2016-08-18 14:16:19 -03:00
ivan 95290e97f7 Ivan - Create Ticket Form - Create Basic TextEditor component using draft.js [skip ci] 2016-08-17 22:29:47 -03:00
ivan 8b6266c6c8 Ivan - Table Component - Add /user/get fixture, retrieve all tickets from api with USER_DATA action, update header styling, add close session to menu, update tests [skip ci] 2016-08-17 18:04:48 -03:00
AntonyAntonio 54eb3e89e8 (Guillermo) ticketnumber stage 1 [skip ci] 2016-08-16 23:49:40 -03:00
ivan cfb65f2306 Ivan - Table Component - Add tabbable property to menu [skip ci] 2016-08-16 21:01:36 -03:00
ivan fc11eb8cb1 Ivan - Table Component - Remove /app path [skip ci] 2016-08-16 20:03:56 -03:00
ivan c9c9d7c80c Ivan - Table Component - Working table in dashboard [skip ci] 2016-08-16 19:41:14 -03:00
ivan 307946ff22 Ivan - Table Component - Add object mapping for tables [skip ci] 2016-08-16 14:46:57 -03:00
Ivan Diaz 8c56912a7e Merged in Actualizar-recover-password (pull request #36)
(Guillermo)  actualization recover-password   [skip ci]
2016-08-16 14:13:06 -03:00
AntonyAntonio 2aa2c59722 (Guillermo) actualization recover-password [skip ci] 2016-08-15 20:15:09 -03:00
Ivan Diaz c13e9a26c7 Merged in redux-update (pull request #35)
Redux update
2016-08-15 18:38:33 -03:00
ivan 997abebf8c Ivan - Table Component - Create basic table component [skip ci] 2016-08-14 20:40:40 -03:00
ivan ccd491b41c Ivan - Add reducer test [skip ci] 2016-08-13 23:59:39 -03:00
ivan 922bc686bb Ivan - Add actions tests [skip ci] 2016-08-13 22:14:26 -03:00
ivan 5a3c0f511f Ivan - Create system fixtures and fix language session issues [skip ci] 2016-08-13 18:36:57 -03:00
ivan 04396db948 Ivan - Use ES6 Classes in app components and fix session issues [skip ci] 2016-08-13 17:23:40 -03:00
ivan eaef9b42db Ivan - Use ES6 Classes in core components [skip ci] 2016-08-12 01:20:14 -03:00
ivan 35cf17b114 Ivan - Fix unit testing [skip ci] 2016-08-11 04:28:53 -03:00
ivan 123c008636 Ivan - Fix babel parser for test and make tests run [skip ci] 2016-08-10 23:42:57 -03:00
ivan ff9f37321f Ivan - Fix minor redux issue [skip ci] 2016-08-10 23:24:24 -03:00
ivan 4e83b72133 Merge branch 'master' into redux-update 2016-08-10 23:22:42 -03:00
ivan e02844814d Ivan - Implement Redux architecture with stores and actions [skip ci] 2016-08-10 23:22:22 -03:00
Ivan Diaz aec12a2509 Merged in Path-user-edit (pull request #34)
Path user edit
2016-08-10 00:21:21 -03:00
AntonyAntonio 23604cc713 (Guillermo) add ruby testing for user-edit [skip ci] 2016-08-09 23:54:39 -03:00
AntonyAntonio 9e778f2c90 (Guillermo) add ruby testing for user-edit [skip ci] 2016-08-09 22:55:12 -03:00
AntonyAntonio 54da0699dd (Guillermo) path-user-edit and mailsender [skip ci] 2016-08-07 23:21:48 -03:00
Ivan Diaz c3509f1158 Merged in register-validations (pull request #33)
[Frontend] Register validations
2016-08-07 20:55:06 -03:00
ivan 26ac580ed0 Ivan - Add signup fixtures, signup API call, signup messages, styling updates [skip ci] 2016-08-05 20:48:15 -03:00
ivan 78e2146357 Ivan - Add validations for frontend signup, fix styling regarding margin, add public reCaptcha key for development, update unit testing with performValidation 2016-08-05 19:03:30 -03:00
ivan 4943a5eb94 Ivan - Make getProps of Department static 2016-08-04 20:21:51 -03:00
ivan c72f414f3f Ivan - Fix Warning tests 2016-08-04 17:18:42 -03:00
ivan 3c3c11027d Ivan - Fix Recover Password validations 2016-08-04 16:01:24 -03:00
ivan 830e2115a3 Ivan - Add ruby api testing for comment/create 2016-08-04 15:41:22 -03:00
ivan 855c99398d Ivan - Fix ticket creation and comment 2016-08-04 01:37:23 -03:00
ivan d6853b3a4b Ivan - Fix all list/beanInstance functionality 2016-08-04 00:59:04 -03:00
Ivan Diaz 83fcc34701 Merged in loading-form (pull request #31)
Loading form
2016-08-03 15:17:24 -03:00
Ivan Diaz a98cf9176b Merged in Full-ticket-create-logic (pull request #32)
(Guillermo)  full ticket create
2016-08-03 15:08:57 -03:00
ivan 3e5567c990 Ivan - Add unit testing for loading behavior [skip ci] 2016-08-02 17:30:39 -03:00
Ivan Diaz 34239afb11 Merged in frontend-recover-password (pull request #30)
Frontend recover password
2016-08-02 15:09:46 -03:00
Ivan Diaz 4d5ce7022e Merged in settings-options-backend (pull request #29)
Settings options backend
2016-08-02 15:09:16 -03:00