Category matchings with pad file categories

Tags :    Posted in: Tech Talk

Since I did the improvements to softtester earlier this year, I deciced to create a categories table with an ID.

Afterall I only have a set number of categories so it makes sense to have an ID instead of values in my pads table.

I have a pattern matchings function which takes my catgories and trys to match them with the pad file categories for each submission. I try removing spaces, odd symbols etc. However, its not till this week that I’m noticed how different sites use completely different categories from those shown in the pad spec.

I guess I should strictly just reject these pad files.
However up till now, I’ve thought my function wasn’t working and that somehow the submissions were correct and my function was flawed. I’m still not 100% convinced.

However, I’d like to create a complete list of categories which I can match with my categories.

Thoughts?

by JM

EDIT: I did some work yesterday on my function and I think my function is now much improved. Had 28 fails over night from friday to saturday and 3 last night / morning.

Comments:

Post a comment

You must be logged in to post a comment.