codyswanner / Meme-Cataloger

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

New Features -- Tag Management and Multi-Upload #66

Closed codyswanner closed 3 months ago

codyswanner commented 3 months ago

Changes to tag management:

Changes to file uploading:

codyswanner commented 3 months ago

There is still at least one bug in this code (#60) but it seems silly to hold this in testing purgatory forever based on that. An issue is created, this branch serves no additional purpose right now when main is still a work-in-progress anyways, let's just go ahead and merge in the new features. This strategy of a feature/future branch seems like not a bad idea when the day comes that main is a stable release that needs to not break. We are not there yet.

codyswanner commented 3 months ago

Also, automated testing will greatly reduce time that things stay in testing purgatory! Like if the testing is good enough maybe there will not need to be any testing purgatory at all! Implement automated testing! (It's on the roadmap, promise, need to finish this attempt at 21 straight days of contributions, because testing React will take some research and a few days of not writing/committing new code, or code that may be erased later and not count as contributions.)