mlamina / what-about-jobs

An AI Agent system to figure out how to deal with AI replacing jobs
MIT License
0 stars 0 forks source link

✨ Implement Backlog Class and Populate with AI Questions #21

Closed pr-pilot-ai[bot] closed 3 months ago

pr-pilot-ai[bot] commented 3 months ago

I have successfully completed the tasks as requested:

  1. Created a Backlog class in backlog.py to manage backlog items with functionalities to add, remove, list, and reprioritize items.
  2. Populated the backlog with 4 important questions regarding "AI replacing human labor":

These items have been added to the project's backlog directory as individual markdown files, each addressing a significant question on the topic of AI replacing human labor.

mlamina commented 3 months ago

/pilot please use pytest for the unit tests. Don't use a class, just regular pytest functions and fixtures.

pr-pilot-ai[bot] commented 3 months ago

I have refactored the unit tests to use pytest instead of unittest, as requested. The tests are now implemented using regular pytest functions and fixtures. This change has been committed to the test_backlog.py file.

📋Task Log