codyswanner / Meme-Cataloger

Learning ReactJS and Django while building something that I want to use
1 stars 1 forks source link

Create tags #68

Closed codyswanner closed 3 months ago

codyswanner commented 3 months ago

Implement an option to create a new tag in the UI, from the TagPopper.

codyswanner commented 3 months ago

This still needs a backend piece, creating the pull request so I can link #38 to it.

codyswanner commented 3 months ago

There is a bug that has been created with the Autocomplete component in the TagPopperContent that needs to be addressed before this can be merged to main. See issue #69 (nice) for details.

codyswanner commented 3 months ago

73 needs to be resolved before this can be merged. This one is generating quite a few bugs!

codyswanner commented 3 months ago

The problem in #69 and #73 was that the temporary tag was being exposed as an option in the Autocomplete; this has been fixed. Now the Autocomplete only exposes the permanent tag option.

codyswanner commented 3 months ago

This seems good to go now! (Although it does make clear once again how badly automated testing including regression testing is needed... it's soon on the roadmap.)