Square-Pot / Plant-Passport

Django based web-service for tracking information about your plants: watering, illnesses, photos, etc. Generating labels (pdf-file for printing) with data matrixes. Auto recognition plant by data matrix on photo.
MIT License
1 stars 0 forks source link

Add actions #2

Closed spalk closed 3 years ago

spalk commented 3 years ago

Just as Plant's extra Attributes should be actions.

  1. Create model for Action (think about fields):

    • icon
    • color (for bootstrap styles)
    • key
    • name
    • message
    • dependet_attributes (how to use?)
    • dependet_plant
  2. Create different types of actions (think about fields again):

    • watering
    • watering with fertilizer
    • repotting (attr - pot size)
    • relocation (attr - location)
    • pollination (with wich plant?)
spalk commented 3 years ago

494ae5f455537e4f0c98bfe3a1a9dc5d9417fa35