Skip to content
This repository was archived by the owner on Jul 11, 2025. It is now read-only.
This repository was archived by the owner on Jul 11, 2025. It is now read-only.

Acceptance test for MVP #8

@elie222

Description

@elie222

As a test case, let's build towards a concrete product via AI:
Create a VideoHunt product which allows people to post video urls and upvote them.

Functionality for VideoHunt:

  1. Post a url.
  2. Show a list with all the videos.
  3. Click a video to watch it.
  4. Upvote a video.

Super basic crud type app. Doesn’t need user log in.

Prompts that should accomplish this:

  1. Create a form that saves a video to our database
  2. Create a table that displays all the videos
  3. When someone clicks on an item in the table it should go to a new page where the user can watch a video. (Maybe we break this down into two prompts for the ai. 1. Add a link to table. 2. Create page. In a later version, ai could also break down tasks itself)
  4. Add an upvote button to the video table that upvotes a video.

A later step could be for the AI to generate the 4 prompts from a single prompt itself. But let's get the basics working first.

Metadata

Metadata

Assignees

No one assigned

    Labels

    criticalCriticalv1Everything required for V1.0.0

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions