graisezr / Anthology-Maker

generate a list of poems based on ur preferred theme and category
0 stars 0 forks source link

1) Transferred determineThemes() into DataBaseManage class. #37

Closed vasco-silveira closed 1 year ago

vasco-silveira commented 1 year ago

2) Created JUnit4 file for DataBase 3) Implemented searchByTheme() 4) Created a setter in Poem'java to allow us to set a poem's themes outside of Poem.java 5) Created populateThemes() which sets all poems' themes in DataBaseManage.