Category: Tasks

17/08/12

Permalink 09:51:17 am, by mholmes, 58 words, 154 views   English (CA)
Categories: Activity log, Tasks; Mins. worked: 15

Task: rework the db instructions integration with project_variables.php

Right now the project_variables_SAMPLE.php file, which is copied to create a working file, contains a hard-coded set of instructions for the db. These should be linked via an include somehow, because as the db code develops, the instructions change, and the ones in project files get out of date and have to be updated manually.

31/01/12

Permalink 09:14:13 am, by mholmes, 24 words, 138 views   English (CA)
Categories: Tasks; Mins. worked: 0

Remove search_instructions.inc from repo

It looks as though search_instructions.inc is no longer needed. Check on this, and delete it from the repo if that's the case.

Permalink 09:09:20 am, by mholmes, 65 words, 132 views   English (CA)
Categories: Tasks; Mins. worked: 10

Move memory settings into separate config file

Currently, memory and time settings are in db/connect.php, which is a generic file shared by all projects. This requires modification of the file if a particular project has different requirements, which puts its working copy out of sync with the repo. Instead, these lines should be moved somewhere else -- possibly into local_classes.php:

ini_set("memory_limit","100M");
set_time_limit(120);

Adaptive Database

This project aims to design a flexible online database which can be set up as very quickly for a researcher requiring a relational database, and is easy to modify and extend. The Web GUI provides tools for data-entry in as simple and convenient a manner as possible, while also allowing data-integrity checks. The application development sandbox is currently at https://hcmc.uvic.ca/people/martin/potluck/editor/index.php; and half a dozen UVic projects are already using the codebase. The code is managed through SVN here: https://revision.tapor.uvic.ca/svn/adaptivedb/.

Reports

Categories

May 2013
Sun Mon Tue Wed Thu Fri Sat
 << <   > >>
      1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31  

XML Feeds