mickadam / PinholeCalculator

Opensource version of pinholeCalculator
2 stars 1 forks source link

Develop timer and recipes #9

Open daar opened 10 years ago

daar commented 10 years ago

A develop timer would be great to add to the app. The user can setup several development recipes and then choose one for a certain film. The develop timer does time the following.

Alternatively the user can download recipe's, comparable to: http://filmdev.org/

daar commented 10 years ago

Following the proposal I would like to implement the following table structure:

CREATE TABLE pinhole_develop (ID NUMERIC, duration_seconds NUMERIC, notes TEXT, created TEXT, film TEXT, recipe_link TEXT, user TEXT, dilution_ratio TEXT, developer TEXT, format TEXT, celcius NUMERIC, recipe_name TEXT, profile_link TEXT, fahrenheit NUMERIC, duration_minutes NUMERIC, photos_link TEXT, filmdev_id NUMERIC, duration_hours NUMERIC);

This table contains fields similar to filmdev (http://filmdev.org/about/api). I will contact the developer of that site to see if this is enough of if we need more fields.

daar commented 10 years ago

The timer activity would resemble the one listed here: http://darktimer2.dev76.org/DarkTimer2/DarkTimer_2.html