If a row has the same name it will only render a single instance. This relates to issues #12 and how we handle multiple phenological events for a single species.
The usecase
I have a planting chart for Hill Forest Farm (link to gDoc). Each plant on the chart should have sew outdoors and harvest event plus a possible sew inside event.
It seems to me that each of these events should appear on the same line.
Bug
There can't be multiple instances of the same name, the previous one's get overwritten. It's not clear to me where in the code this could be happening.
To reporduce
Use a spreadsheet with two identical entries in the name column. Only one will show up on the clock!