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

Better frontend architecture needed #7

Open
mohamedmansour opened this issue Apr 8, 2013 · 1 comment
Open

Better frontend architecture needed #7

mohamedmansour opened this issue Apr 8, 2013 · 1 comment

Comments

@mohamedmansour
Copy link
Owner

The current front-end was done in an unorthodox approach :) To make it more maintainable we should do what we did in our previous hackathons, MVC/MVVM approach with client frameworks.

Having one JavaScript file for the entire website and creating hacks to make it available to another JavaScript file is a nightmare :) @justinormont ranking and api separation is a better direction that we need to apply throughout to the entire project

I recommend just breaking down files at first as modules and use event based architecture to let modules communicate to the rest of the components.

/cc @jthiller @jeremybenaim @justinormont @ray-s

@jeremybenaim
Copy link
Collaborator

Agreed, the code is a mess – it would be cool to make the repo private by the way

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

2 participants