Deliberation map is born!
Project: Online Deliberation Mapping Tool Development As planned, version 1.0 of deliberation map was completed. It includes following features: 1. There can be only one seed for the deliberation map. When the map starts, it will look like this. 2. Any body can post and reply, without logging in. So, it is open to public. When deliberation map is running on a server, whosoever gets access to the URL of the deliberation map, can add posts to it. As a consequence, two users, probably from two different computers, can view and edit the map at the same time. Changes made by one user will be reflected to all others when the map is refreshed at the viewer’s end. 3. Currently map refreshes at a particular client computer when a new post is added by a user at the client computer, it is NOT refreshed at all other clients viewing the map. 4. The view is in a tree like fashion. Reply to a post is in the next level. Within a level posts will be in chronological order with earliest on the left and the latest on the right. 5. When a post is added, the map rearranges and scales dynamically to adjust the display to show all the posts on the map. The nodes, representing the post, decreases in size automatically to fit into the display. For example, the map changes to look as follows: Technical Details The deliberation map has been implemented using ASP.NET technology. It has been … Continue reading