Meteorish Django responsive frontend
Project description
ryzom
Meteor-ish Django responsive front-end
Dependencies:
- django 2.1
- django_channels
- channels_redis
- redis-server (up and running)
- psycopg2 (up and running with database and user)
Install ryzom
:
pip install git+https://yourlabs.io/oss/ryzom.git
Run the example project server:
ryzom runserver
What next?
OK/ Documentation for sure. OK/ Automatic websocket reconnection and page reloading on success Attach javascript events into forms and formfields with basic AST thanks to transcrypt
A tutorial
OK/ Authentication:
- Without authentication and user specific filtering, it will remain a toy, a nice toy, but just a toy
- With authentication, publishing can filter output by user and that will be great!
- With authentication AND roles, it will become something really usable
OK/ Server Side Rendering:
- the first HTTP request should return a full HTML page
- all links should be 'a' tag that have no effect on current location
OK/ Change the way methods works, maybe by importing a dict and assigning funcptr to method name
Error handling: It won't ever be stable enough without good error reporting.
Pagination: Very important too (maybe it could be implemented through subscriptions queries?)
Transcrypt: Would be nice to avoid switching to JS.
(S)CSS components?
- We could make an SCSS-like class to be inherited in components? Seems like a good idea.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file ryzom-0.0.2.tar.gz
.
File metadata
- Download URL: ryzom-0.0.2.tar.gz
- Upload date:
- Size: 55.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cd4581b39afc9536b1a3c155adb123eaa086dd4ee03c49daebec641ffb00d150 |
|
MD5 | d919a9e762d81f856c07a2586a425c0e |
|
BLAKE2b-256 | 62ad08a3058d4f5cf94a480c848d9eca21d45d86da553e051bfed8502cfb513d |