datacamp
datacamp copied to clipboard
Data sharing and management web application
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.
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...
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.
Create GUI for known datacamps (table exists in the system and is already exposed by known_datacamps API call)