Roberto Polli

Results 390 comments of Roberto Polli

#71 provides an example of using .md everywhere: for now it only applies to `implementations`

I created a normalization script to convert all HTML to markdown. After #79 we could do it, wdyt?

> I need to put a new action in different maturity levels to compare the usefulness/effort of the action We should reverse the database, eg: ``` action: dimensions: ... ......

> svp means? `please` in French ;)

@wurstbrot imho for now we can close as we moved to a more flexible schema. Having a single activity under more dimensions is not ok for now iiuc because we...

Can you share a CSV template?

python pandas can do something like that easily (eg. export activities in a csv) ``` import pandas as pd from yaml import safe_load from pathlib import Path def as_list(risk): if...

If you make a couple of examples / screenshot I can see if this needs to be addressed in the schema files.

@AndreBaumeier the easy way is to create a wrapper around all data access objects and - as you say - implement a "driver" class. My latest patches all go in...