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

Shopify Engineering Project #297

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

Commits on Jan 22, 2024

  1. Initialize Article model with migrations and tests setup

    - Added new Article model in app/models
    - Created migration files for Article model
    - Updated db/schema.rb with latest changes
    - Included Article fixtures for testing
    - Added Design Document for Update-1.0
    kshithijm2 committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    ff1e5f4 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Configuration menu
    Copy the full SHA
    28e5751 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Added responsive article views and improved search sorting.

    - New responsive layouts for article management and a search feature that orders results by query relevance have been added. Basic styling is applied across the platform for consistency.
    Kshithijm1 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    bf3656a View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Update: Web Page Redesign and Search Functionality Enhancement

    >
    > - Redesigned web pages for improved aesthetics using application.css.
    >   This includes updates to layout, color scheme, typography, and responsive design.
    > - Enhanced search functionality for increased accuracy.
    >   The search algorithm now prioritizes title matches over content and sorts results by recent dates.
    >   Improved query processing for handling a variety of input patterns.
    Kshithijm1 committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    d2d9f4c View commit details
    Browse the repository at this point in the history