Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Newsreader/Salvo UI Integration in the workbench/Work done during July 14 to July 20

< Newsreader‎ | Salvo UI Integration in the workbench
Revision as of 07:54, 24 July 2011 by Isudana.gmail.com (Talk | contribs) (New page: I continued the implementation of News Digest View. I did some modifications in the layouts of the digest view. To show the most recent article on top in the digest view, I introdroduced...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

I continued the implementation of News Digest View.

I did some modifications in the layouts of the digest view.

To show the most recent article on top in the digest view, I introdroduced two new methods.

1. orderArticlesFromNewestFirst() - Order articles from the newest first 2. getLastReplyArticleNumber() - Get the articleNumber of last reply of the thread

I placed those two methods in the ServerStoreFacade.

The current Article panel editor already gets the articles in the correct order. But for the digest view it is required to order the articles manually. The reason may be we are taking out articles from the store randomly rather than a sequential order.

Now I am working on implementing a way to synchronize store with the server automatically.

Back to the top