anaximander23

Results 8 comments of anaximander23

My gut feeling is that we should be able to remove it once the SourceSite goes in, with the caveat that a) it'll break anything that wasn't properly migrated, and...

I have some plans for tag suggestion involving a [tf-idf](https://en.wikipedia.org/wiki/Tf%E2%80%93idf) algorithm to extract keywords from an item's description text, and to look at existing tags to help inform whether those...

Looks like we've got some creators that have the same name with differing capitalisation. This feature would let us clean that up, but some smarter automatic matching would help too.

What criteria are used to select which minis to preapprove? I looked at some ideas for autoapproval; I think we may be able to recongise minis that are likely to...

That makes sense. That ties into a concept I think we've discussed before, too, where we could look at the rate at which certain tags are approved and use that...

The neatest way to do this is probably for a Mini to have a collection of sources, rather than just a single link. This allows us to represent a Mini...

My current branch [`feature/source-site-polymorphism`](https://github.com/anaximander23/TheMiniIndex/tree/feature/source-site-polymorphism) can lay some groundwork for this.

[This pull request](https://github.com/pmhsfelix/drum/pull/14) might be of interest. Does that look like it would solve your problem?