CoolStateLA/Ishani Vyas
From CSWiki
Write core code for CoolStateLA pages.
- Write code for the News Budget page. This is the core CoolStateLA page. This page should include the following features.
- The following categories/colors.
- Red/urgent.
- Orange/Important.
- Green/Schedule to run (Run List).
- Dark green/Ran. These are the archives of stories that have run.
- Blue/Filler. These are stories that might be worked on if time permits.
- White/New. These are stories that were received by email or through the feed filter.
- Grey/Trash. Stories that have been rejected. The difference between killed and rejected is that rejected stories were never assigned to anyone. Killed stories were assigned but for one reason or another were later killed. These stories are purged from the database periodically — but not immediately.
- Black/Killed.
- A story's color should be assigned on a pull-down list. It should be changeable. Ideally it should be done with JavaScript, but a server round trip is acceptable for now.
- Search. This page should allow the user to specify story properties and should return the list of stories that have those properties. The properties should include: category, words (use the feed filter code), date range, reporter/producer, editor.
- The following categories/colors.
- Write code for the story detail page.
- Write code for the person detail page.
- …
Contents |
[edit] May 24, 2008
[edit] Report
- Modified Database schema.
- Working on Hibernate.
[edit] May 17, 2008
[edit] Report
- I am still working on pages. I made changes on everypages. I have modified DATABASE schema. Currenly I am doing coding for Story_details pages. once it is working properly . Its easy to connect with newbudget page. Main issue is there are many database tables. I am trying to merge up them. kind of really difficult to handle 26 tables at once.
[edit] March 29, 2008
[edit] To do
- Work on DB schema.
[edit] Report
We met and discussed the CoolStateLA DB Schema Version 1.9 and worked on collapsing tables which stored repeating data. We restructured the database according to these specifications and are working to integrating Mark's Feed Filter into the new schema. We have a proposed new schema with new fields to represent a basic work flow of CoolStateLA.
[edit] March 22, 2008
[edit] To do
Get together with Sepideh and learn her code and database schema.

