Skip to content
This repository has been archived by the owner on Jan 31, 2022. It is now read-only.

Skaant/perma-data-3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

perma-data-3

link to the demo: https://permadata.net

features

contributor

you need the role 'contributor' in order to interact with the contributor tools right now, it is possible to edit user.roles only by hand

add plant

add extract

add data

documentation

data format

'name'

{
  ...data,
  lang: tags.en ? 'en' : tags.fr ? 'fr' : null, // mandatory
  main: tags.main ? true : null,
  value, // mandatory
  fragments: value.split(' ').filter(f => f.length >= 3)
    /* calculated,
      - only fragments longer than or equal to 3 matter
        (minimum plant search key is 3) */
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages