Carlos Martinez

Results 50 issues of Carlos Martinez

Currently crowdflower and AMT tasks use a unique account (which is probably hardcoded somewhere). These accounts should ideally be configurable through the web interface.

enhancement

Currently job creation is divided in two: Jobs and Jobs2. These are the 'old' version and the 'new' version of job creation interfaces. This is confusing and probably innecessary. The...

enhancement
help wanted

As mentioned on issue #17, there are two classes for creating jobs: JobsController and JobsController2. These classes could really be cleaned up a bit: - Remove all unused code -...

enhancement
help wanted

Now that the _new data model_ has been implemented and tested, it would be a good idea to enforce it, i.e. make sure if someone tries to create an entity...

enhancement
help wanted

Bootstrap select file in custom_assets is being served as content type text/html (but it should be served as text/css). To confirm this is the content type, run. (Sorry, I don't...

bug
Low priority

Based on issue #26 , it might be a smart idea for counters to auto-increase themselves if a DuplicateCounter exception is encountered.

enhancement

Currently, the source code of the platform is a bit of a mess. I've identified files which are not being used, files with non-intuitive names (e.g. jobs, jobs2), etc. Also,...

help wanted

Initially implemented in #370 Implementing support appears to be fairly straight forward, but it would be necessary to make sure it is properly documented and (ideally) tested.

Adding SPDX license identifiers in every file is the convention recommended by https://reuse.software/ This was tentatively implemented in #370.