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

Implement a Server Backend for News #17

Closed
T0astBread opened this issue Jul 26, 2017 · 2 comments
Closed

Implement a Server Backend for News #17

T0astBread opened this issue Jul 26, 2017 · 2 comments

Comments

@T0astBread
Copy link
Owner

Write a backend that can store news stories in a MySQL database.

The required columns for the news table are:

  • ID
  • Title
  • Date
  • Author
  • Keywords (maybe?)
  • Text

There should also be a way to return a preview of the text (e.g. the first 20 words) and the news-list.php page has to be implemented.

@T0astBread
Copy link
Owner Author

This issue is derived from #8. It was seperated because #8 mostly focused on the frontend work, while this issue is made for the backend specifically.

@T0astBread T0astBread mentioned this issue Jul 26, 2017
T0astBread referenced this issue Jul 27, 2017
News articles are now loaded from the server.
@T0astBread
Copy link
Owner Author

T0astBread commented Jul 27, 2017

Closed in 753268d (+ previous commit)

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

1 participant