At the moment when you send a news, the page goes to the first newsgroup listed in the possible recipient (so if I sent the news to newsgroup 1 and newsgroup 2, I will be redirected to newsgroup1 page, which displays all news sent to this newsgroup). The issue is that another admin who didn't send the news cannot know that the news has been sent to newsgroup 2.
Instead we need know which news has been sent to which newsgroup.
1)So when sending the news, we should instead redirected to:
a page for each message which lists all the newsgroups the news was sent to
(messageid in the URL) /
2)Then we should also implement a page listing all news.
the search criteria will be on the title. Easy search page (take model from school directory for instance). Hyper link on each row of the news will go the the page described above
columns Title | Date Sent
row1: title of news id1 => a href link to URL with news id1
row2: title of news id2 => a href link to URL with news id2
At the moment when you send a news, the page goes to the first newsgroup listed in the possible recipient (so if I sent the news to newsgroup 1 and newsgroup 2, I will be redirected to newsgroup1 page, which displays all news sent to this newsgroup). The issue is that another admin who didn't send the news cannot know that the news has been sent to newsgroup 2.
Instead we need know which news has been sent to which newsgroup.
1)So when sending the news, we should instead redirected to:
2)Then we should also implement a page listing all news. the search criteria will be on the title. Easy search page (take model from school directory for instance). Hyper link on each row of the news will go the the page described above
columns Title | Date Sent row1: title of news id1 => a href link to URL with news id1 row2: title of news id2 => a href link to URL with news id2