ZDenizYStenhaug / swe573-Project

Project repository for SWE573 - Software Development Practice
0 stars 0 forks source link

Tags and their relationships to Offers #22

Closed ZDenizYStenhaug closed 2 years ago

ZDenizYStenhaug commented 2 years ago

Create a tag class. It should have many-to-many relationships with the Offer class. Research how to implement that with Spring JPA. Write the endpoints for below functionalities:

If time left: There should be illegal tags for sensitive words. Create a library that contains illegal tags. (req. 12)

ZDenizYStenhaug commented 2 years ago

did a very similar implementation for member interests and talents