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

Version 1.0 Milestones #15

Open
ryanve opened this issue Oct 26, 2012 · 0 comments
Open

Version 1.0 Milestones #15

ryanve opened this issue Oct 26, 2012 · 0 comments
Assignees

Comments

@ryanve
Copy link
Owner

ryanve commented Oct 26, 2012

  1. Refactor the way breakpoint data is created/stored/accessed to best allow for 3–5 below in a way that scales.
  2. Allow for attributes beyond src to be swapped. (Set other classes/properties at breakpoint? #14)
  3. Provide a way for devs to hook into the point where an element's content and/or attributes are changed, such that it would be possible to load content based on ajax requests and/or process the attribute value before applying it. (Adding "Processors" #13)
  4. Have a way to update breakpoint sets when new content is added to the DOM via Ajax or other means.
  5. Better normalize the behavior of the event methods in regards to the event-providing library.
  6. Reorganize the code such that it is better broken into modular components. Separate the breakpoint sets from general utilties. I've already separated certain components of Response into separate modules (dope, verge). I'm trying to figure the best way to maintain it all and whether those modules should be included in the source of response.js or whether they should be dependencies and require a modular build system.
  7. Update documentation on the website. I'd been working on a new version here but I've been hesitant to document methods that might get nixed. I'm going to get the homepage on github so that its easier to edit / track changes. The readme is ahead of the website docs.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant