paul-antal / IP-A3-Project

0 stars 1 forks source link

RSS discussion #48

Open GSystems opened 9 years ago

GSystems commented 9 years ago

I have some radio buttons in the interface. I can select one or more RSS sites. I need to know the name of the each RSS site that you use to get news. The user will select some buttons and when he will make the search, the news will appear in our TextArea. So, we want at least 5 specific sites for RSS news. The user will select that sites (one, or more) and the search will be made. We don't need custom RSS methods, we don't need to save things in files. Also, we need a refresh method, when I press the refresh button, the news from the selected sites will be updated. radio buttons

GSystems commented 9 years ago

We need a matrix of objects, not separately objects for each RSS site!

GSystems commented 9 years ago

With separately objects we can't display all news in our table.