Code Monkey home page Code Monkey logo

ghini-inception's People

Contributors

mfrasca avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

roduth

ghini-inception's Issues

how can I select a different garden?

when I open Ghini, I land directly in the map, while I would like to select the garden I'm going to explore. and once I'm connected to a garden, I would like the option "explore a different area".

mapping current btuu scheme in sqlalchemy

currently, the botanische tuinen have a database which they happily use.
(btuu : botanische tuinen universiteit utrecht)
I think it is necessary to map their scheme into sqlalchemy before doing anything else.
a following step will probably be criticise the scheme, but first let's map (and understand) it

database to trigger the server

when a user adds stuff to the pg database in whatever way external to Ghini, like using Bauble, the database should have some triggering configured so the Ghini server can broadcast the event to the connected clients.

Inserting genus and species and editing

If one inserts a new genus and species and a day later you want to add information that you have forgotten or extra notes you cannot save the new information with ok.
The ok button is not active
The same for inserting local names in Spanish or English or other language

LLamar a Sra. Ochoa

Llamar a Sra. Ochoa

  • Cita con Memo pero hasta ahora no he llegado (la tiera, la casa>>>>)

describe btuu database

write a description of the current form of the database as used at the botanische tuin of the Utrecht university.

the description should explicitly include foreign keys and reference to the ITFv2 document.

BG recorder 2 phone Alberto Gomez Mejia

Phone Alberto Gomez Mejia from red de Jardin Botancio en Colombia and find out if BG recorder data base system is still used. Maybe new update?
Maybe he can give also some advise on fundraising possibilities for Cuchubo garden.

57 3102127510 or 57 16608136

ITF.xml to tables

just transposing notes from paper to digital.
need review!

the ITF.xml file contains some data that could be put into the database.

Bauble: Living plants location

If you type in a living plant location like FHK44-A1 you cannot see this fully written on the screen.
You miss a few letters or numbers.
Create more space.

user management

currently all users can add and move plants around.
this is not desirable.
we need some user management, and lacking that we better NOT let anybody alter anything, just browse.

user story: insert accession in database

user has a plant under their arm and wants to insert it in the database, associating it to a location in the garden.

  1. verify that the taxon in there in the database (otherwise look it up from tpl)
  2. describe the accession associating it to the taxon
  3. create as many living localized accessions (still need decide the name of these objects) as the garden locations where they put the accession.

call memo

Inform him of date of arrival
Availability house
Land surface, location

Proyecto de manglar CARSUCRE y Fusabana

Hablar sobre proyecto de manglar (2002) CARSURCRE y Fusabana

Objetivo del Projecto, Manera de motivar personas,actividades, resultados, estan todavia trabajando recuperar el mangle

Luis Eduardo Julio y Honorio Guerra

db hint

on your code like this:

db.query("UPDATE plant SET position_lat={0}, position_lon={1}, zoom={4} WHERE code='{3}' AND accession_id=(SELECT id FROM accession WHERE code='{2}')".formatU([data.lat, data.lng, data.accession, data.plant_short, data.zoom]))

You should not format queries like that. There are too many cases where such formatting will become broken. For example, if any of the text strings has quote ' in it. Only pg-propmise knows how to correctly inject all JavaScript types into a query,and that's the query formatting you should be using.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.