Chitrank-Dixit / Eventus

This is our Google Cloud Platform Python Flask Application
http://gcdc2013-eventus.appspot.com/
2 stars 0 forks source link

Making whole application with traditional flask wtforms way #10

Closed Chitrank-Dixit closed 10 years ago

Chitrank-Dixit commented 11 years ago

As we have very less time to make and produce our application to Google App Engine so our first priority should not be to use the REST services , but to make up the whole application in this very first iteration

the second iteration would be even more interesting as we would fix up more issues to make REST services , currently we are facing the URL routing and some UI problems with Knockout js under Python Flask , so that we would ask from the community and read out thoroughly flask, jinja2 and Knockout documentation to use REST services with flask in a better way ( even we would try to avoid Flask-RESTful as simply flask can handle RESTful services using jsonify and json dumps and loads).

Ankit-Kulkarni commented 11 years ago

okks, its a good idea. Write now we need to build the first iteration asap.

Ankit Kulkarni Indore, India alternate email - ankit.kul1890@iips.edu.in

On Sun, Nov 10, 2013 at 1:14 AM, Chitrank Dixit notifications@github.comwrote:

As we have very less time to make and produce our application to Google App Engine so our first priority should not be to use the REST services , but to make up the whole application in this very first iteration

the second iteration would be even more interesting as we would fix up more issues to make REST services , currently we are facing the URL routing and some UI problems with Knockout js under Python Flask , so that we would ask from the community and read out thoroughly flask, jinja2 and Knockout documentation to use REST services with flask in a better way ( even we would try to avoid Flask-RESTful as simply flask can handle RESTful services using jsonify and json dumps and loads).

— Reply to this email directly or view it on GitHubhttps://github.com/Chitrank-Dixit/uscore/issues/10 .

Chitrank-Dixit commented 11 years ago

Now we have made Event Profile and Create Event Pages quite good.

Now we will made up Add Teams and Team Member stuff and Notifications for the particular users

Notifications will not be real time as on FB and Twitter but almost like Quora. Notification would be 1) Invitation from an Event. 2) If person is added in the Team as Member. 3) Direct Message from one user to the other.

The second iterations would be making a single page app for Messges ( as in learn.knockoutjs.com lesson Single page Applications)