fidoandfido / blackswan

Blackswan Stock Game
Other
2 stars 0 forks source link

All data poorly displayed #1

Closed fidoandfido closed 13 years ago

fidoandfido commented 13 years ago

All data displays all holdings for all users.

Should be broken onto more manageable chunks of data; including ability to view users / traders

fidoandfido commented 13 years ago

Still bad, but sligtly better. Will probably have to split it into multiple pages.

Poultry commented 13 years ago

What would be really cool would be for the user to create custom filters for displaying company data - e.g. show all companies with profits > X, or companies valued < Y etc etc...

fidoandfido commented 13 years ago

Clarification - 'All Data' is an admin page; shows a snapshot of the system. Doesn't scale.

What you are suggesting should probably be a separate issue. I agree there should be some kind of search facility / filter, ideally you could look at differences between share price and book value or earning per share, combining these to find undervalued stocks.

Some of this could be done client side, just using straight javascript to manipulate the data; ie resorting tables, possibly using XHTML to make manipulation easier; some may require server side work. Even so, this is somewhere an AJAX request would probably be appropriate - returning XML that can be manipulated by the javascript to generate appropriate views.

Searching would definitely require server side work.

fidoandfido commented 13 years ago

This page has been removed. The filters stuff can go into a new and more exciting issue.