datacamp icon indicating copy to clipboard operation
datacamp copied to clipboard

Data sharing and management web application

Results 9 datacamp issues
Sort by recently updated
recently updated
newest added

On http://datanest.fair-play.sk/pages/api I get an error page. Clicked on "api is allowed" at http://datanest.fair-play.sk/datasets

Identify and remove rependency on MySQL. Code contains MySQL residues that should be either rewritten using Sequel API or moved into some DB-adapter layer.

Bug

http://github.com/Stiivi/datacamp/blob/master/lib/csv_importer.rb - Let's not create ActiveRecord instance for each imported line, it will take lots of resources when importing huge file. - Optimize reading map (transform into array once, don't...

Sorting is very slow, because it doesn't use index. Normally, we could do just something like this: ORDER BY column ASC But we want to put NULLs at the end...

Bug

This is making browsing through records really slow. Although, pagination needs to be changed, record count should be cached somewhere.

Create index and process for rebuilding the index for searching Notes: - normalize fields (remove diacritics, remove spaces, ...) - compute distances

Create UI for editing static pages, such as about, copyright, ... Note that pages have localizable contents and localizable titles.

Feature

Create GUI for known datacamps (table exists in the system and is already exposed by known_datacamps API call)

Feature

Make predicates available in data retrieval parts of API

Feature