Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extract common code for Angular and Backbone #7

Open
4 tasks
bgaillard opened this issue Mar 23, 2015 · 0 comments
Open
4 tasks

Extract common code for Angular and Backbone #7

bgaillard opened this issue Mar 23, 2015 · 0 comments
Assignees
Milestone

Comments

@bgaillard
Copy link
Member

For now we have 2 separate request managers for Angular and Backbone. The Backbone implementation overwrites Backbone methods and uses jQuery, the Angular implementation overwrites the XMLHttpRequest objecft principally and uses function and object utilities embedded in the OAuth.JS library.

Update the code of request manager with the following modifications :

  • Remove the use of jQuery mobile in the Backbone request manager
  • Extract all the code which is common to Angular and Backbone to the AbstractRequestManager class
  • Test the refactored Angular request manager
  • Test the refactored Backbone request manager
@bgaillard bgaillard added this to the 0.2.0 milestone Mar 24, 2015
@bgaillard bgaillard self-assigned this Nov 4, 2015
@bgaillard bgaillard modified the milestones: 0.5.0, 1.0.0 Nov 4, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant