Admin interfaces (GSoC 2009)
From MapbenderWiki
Contents |
Status reports
Week 1
Discussion on the Mailinglist on the best approach to take. Settled on using B. Next week I will start creating the basic neccessary javascriptobjects.
Week 2
Created a javascript object that display a list of entries and filters them by name and one that displays and edits user information. Looked into using extending jquery for my purposes.
Week 3
This week I improved on what I did last week, reducing redundancy and looked at how I am going to tie client side code into the server. Next week I am going to expand the client side code.
Week 4
The User configuration Object on the client side, now works read-only. For making persistent changes I started expanding the existing user class in the server side. Next week I will focus on finishing the user object.
Week 5
I was hoping to get a working User Editor, by the end of this week, but I did not get that far. The JSON-RPC endpoint for the user is working however, and is ready to be connected to the client script. So I will do it that this week, and start creating the group object which should be much faster, as it is very similar to the user
