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

Ashwin/ Implement MVC patterns for Encyclopedia web app #285

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

MrHaikuSwan
Copy link

This Commit:

  • Creates Article Model representing title (string), author(string), date(date), and content(text)
  • Creates ArticlesController exposing CRUD operations upon Article
  • Creates index.html.erb homepage to view all encyclopedia articles
  • Implements search bar on homepage to filter articles by query substring
  • Creates New Article and Edit Article pages to create and update articles

Notes:
The search functionality only checks for substring existence in the title or content of each article -- AND/OR queries by term are not supported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant