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

dev -> main #20

Merged
merged 14 commits into from
Aug 13, 2023
Merged

dev -> main #20

merged 14 commits into from
Aug 13, 2023

Commits on Aug 12, 2023

  1. feat: update analye-review service

    + Add JSON response structure
    + Merge issue categorizing into review analysis prompt
    breadadams committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    81638e5 View commit details
    Browse the repository at this point in the history
  2. fix: analyze-review prompt JSON structure

    + Include explicit instruction in prompt to use a JSON output
    breadadams committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    61fbb77 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b54015 View commit details
    Browse the repository at this point in the history
  4. misc: chat bubble updates

    + replace jpg with png
    + Minor style updates
    breadadams committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    9f968c1 View commit details
    Browse the repository at this point in the history
  5. feat: review action buttons

    + Show buttons conditionally based on sentiment and status
    breadadams committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    7e306ac View commit details
    Browse the repository at this point in the history
  6. feat: review detail UI updates

    + Include `keywords` in UI
    + Adjust gauge section width
    breadadams committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    73aa19d View commit details
    Browse the repository at this point in the history
  7. debug: add dev console.log

    + log review analysis response in dev mode
    breadadams committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    17a0ac6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d0e5f10 View commit details
    Browse the repository at this point in the history
  9. feat: review detail UI updates

    + Add title to ai chat bubbles section
    breadadams committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    9461462 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2023

  1. feat: add "disapprove review" logic

    + Add helper and endpoint for disapproving reviews
    + Add loading states to approve/disapprove buttons
    breadadams committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    0cb8b54 View commit details
    Browse the repository at this point in the history
  2. feat: store analysis results in firestore

    + Add db utils for reading and writing analysis data
    
    Closes #17
    breadadams committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    1e5d822 View commit details
    Browse the repository at this point in the history
  3. chore: misc.

    + Update app title
    + Adjust review detail responsive
    breadadams committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    e61292d View commit details
    Browse the repository at this point in the history
  4. feat: add analysis data to review list

    + Add db util for loading all reviews in a product collection
    + Display sentiment score in review table
    + Display average sentiment for product (closes #18)
    + Extract `ScoreCircle` component and score parsing utils
    breadadams committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    fa8b1e4 View commit details
    Browse the repository at this point in the history
  5. feat: update ScoreCircle

    + Add tooltip logic directly to component
    + Apply tooltip on locations using score circle
    breadadams committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    e6fb2b2 View commit details
    Browse the repository at this point in the history