lukebarnard1 / o2m

One to Many - The Fully Distributed Secure Social Network
Other
4 stars 0 forks source link

Client code needs refactor #28

Closed lukebarnard1 closed 9 years ago

lukebarnard1 commented 9 years ago

The client code is concentrated into one views.py file and it should be split up in the same way that the server code is - one view for each object being dealt with, though objects in this case would be pages separated by content. So the code for user's own timeline would be in the same file as the code for each friend's timeline.