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

Create an HTTP Server for Administration #14

Open
anlumo opened this issue Jun 8, 2013 · 0 comments
Open

Create an HTTP Server for Administration #14

anlumo opened this issue Jun 8, 2013 · 0 comments

Comments

@anlumo
Copy link
Member

anlumo commented Jun 8, 2013

Users have to be able to create and administer (modify and close) projects. They are only allowed to access their own projects.

For this, we need a web interface. The django Qt port we are using for the database abstraction also comes with an HTTP server we can use for this task. Keeping everything in Qt allows us to use the same database abstraction layer and data structures for the whole project.

Using this infrastructure, implement a web server that can serve generic HTML/CSS/JS pages and images, and implements a JSON-based REST API so the web interface can display and modify the data stored on the server.

This part also has to be audited for potential security issues.

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