Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Admin] News and newsgroup tracking #648

Open
danlg opened this issue Sep 12, 2016 · 0 comments
Open

[Admin] News and newsgroup tracking #648

danlg opened this issue Sep 12, 2016 · 0 comments
Assignees

Comments

@danlg
Copy link
Owner

danlg commented Sep 12, 2016

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

@danlg danlg changed the title [Admin] Audit of the news [Admin] News and newsgroup tracking Sep 14, 2016
amngupta added a commit that referenced this issue Oct 23, 2016
- Created page to list all the groups news was sent to
- Easysearch page listing all the news for the school
danlg pushed a commit that referenced this issue Oct 23, 2016
amngupta added a commit that referenced this issue Oct 24, 2016
- Added show / hide / remove buttons
- Hidden news has a "(Hidden)" on search page
- News sorted by date (Descending order)
amngupta added a commit that referenced this issue Oct 26, 2016
- Backward compatability for group
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants