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 articles accept/reject form #159

Open
jottajorge opened this issue Nov 2, 2016 · 2 comments
Open

Admin articles accept/reject form #159

jottajorge opened this issue Nov 2, 2016 · 2 comments

Comments

@jottajorge
Copy link
Collaborator

Depends on #158 New articles on cronjob

Admin will see an articles list, only that ones which are neither accepted nor rejected.
He can see article in iframe, if site support iframe.

If admin decide to add article in magazine, he will see a form for details (Which we currently enter in article import command, submit form and articles will be copied to articles tables and marked as 'accepted' in feed_articles table.

Question: How JSON files generated on live will be committed to git? For now, manually by admins having live access. Will create a new issue for that.

This issue is child of #134 RSS Feed

@jottajorge
Copy link
Collaborator Author

Question: Since the articles will be approved and it's details saved in database, do we still need the json files?

@kapilsharma
Copy link
Contributor

Answer: Yes, JSON files will be still needed. Reason: Purpose of JSON files is to allow developers to replicate articles for local development. This is obviously important for perfect local setup and replicate live site locally. Thus if we add any article to live, we must add it's JSON file.

However if we can achieve local replication of live site in any other way, JSON files will not be needed.

@jottajorge jottajorge mentioned this issue Nov 3, 2016
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

2 participants