Difference between revisions of "User:Artur/GSoC21/Log"

From BRL-CAD
(Created page with "==='''Dev Log'''=== * 16 July: add tests for parsing and authoring * fix facet constructors * add ids constructor, fix ids bug * add facet creation methods * add ids.to_xml()...")
 
 
Line 1: Line 1:
 
==='''Dev Log'''===
 
==='''Dev Log'''===
 +
(newest first)
  
* 16 July: add tests for parsing and authoring
+
* July 16: add tests for parsing and authoring
* fix facet constructors
+
* July: fix facet constructors
* add ids constructor, fix ids bug
+
* July: add ids constructor, fix ids bug
* add facet creation methods
+
* July: add facet creation methods
* add ids.to_xml()
+
* July: add ids.to_xml()
* add methods to specification class
+
* July: add methods to specification class
* add asdict() to all ids classes
+
* July: add asdict() to all ids classes
* add location_msg as separate param
+
* July: add location_msg as separate param
* fix imports and move ids_schema outside
+
* July: fix imports and move ids_schema outside
* add basic parsing tests
+
* July: add basic parsing tests
* add unittest init
+
* July 2nd: add unittest init
* include location (type/inst/any)
+
* June: include location (type/inst/any)
* add regex pattern validation
+
* June: add regex pattern validation
* Merge branch 'v0.6.0' into GSoC#45-IDS-checking
+
* June: Merge branch 'v0.6.0' into GSoC#45-IDS-checking
* handle ifc2x3 and 4 …
+
* June: handle ifc2x3 and 4 …
* ids parse, restrictions …
+
* June: ids parse, restrictions …
* add length restriction …
+
* June: add length restriction …
* add bounds restriction
+
* June: add bounds restriction
* add bounds restriction
+
* June: add bounds restriction
* add enumeration restriction
+
* June: add enumeration restriction
* fix multiple requirements at a time
+
* June: fix multiple requirements at a time
* implement material facet …
+
* June: implement material facet …
* implement classification facet
+
* June: implement classification facet
* improve feedback message
+
* June: improve feedback message, added counters and runtime info
* switch from dom to xmlschema …
+
* June: switch from dom to xmlschema …
* Add xmlschema validation
+
* June 8th: Add xmlschema validation
* IDS Add PredefinedType support (#1447) …
+
* May: IDS Add PredefinedType support (#1447) …
* remove debug data
+
* May: remove debug data
* narrow try-except
+
* May: narrow try-except
* check PredefinedType if exists not based on schema
+
* May: check PredefinedType if exists not based on schema
* code formatting
+
* May: code formatting
* skip PredefinedType if not IFC4
+
* May: skip PredefinedType if not IFC4
* Merge branch 'GSoC#45-IDS-checking' of https://github.com/atomczak/If… …
+
* May: Merge branch 'GSoC#45-IDS-checking' of https://github.com/atomczak/If… …
* replace f-string with %
+
* May: replace f-string with %
* Merge branch 'v0.6.0' into GSoC#45-IDS-checking
+
* May: Merge branch 'v0.6.0' into GSoC#45-IDS-checking

Latest revision as of 13:43, 18 July 2021

Dev Log[edit]

(newest first)

  • July 16: add tests for parsing and authoring
  • July: fix facet constructors
  • July: add ids constructor, fix ids bug
  • July: add facet creation methods
  • July: add ids.to_xml()
  • July: add methods to specification class
  • July: add asdict() to all ids classes
  • July: add location_msg as separate param
  • July: fix imports and move ids_schema outside
  • July: add basic parsing tests
  • July 2nd: add unittest init
  • June: include location (type/inst/any)
  • June: add regex pattern validation
  • June: Merge branch 'v0.6.0' into GSoC#45-IDS-checking
  • June: handle ifc2x3 and 4 …
  • June: ids parse, restrictions …
  • June: add length restriction …
  • June: add bounds restriction
  • June: add bounds restriction
  • June: add enumeration restriction
  • June: fix multiple requirements at a time
  • June: implement material facet …
  • June: implement classification facet
  • June: improve feedback message, added counters and runtime info
  • June: switch from dom to xmlschema …
  • June 8th: Add xmlschema validation
  • May: IDS Add PredefinedType support (#1447) …
  • May: remove debug data
  • May: narrow try-except
  • May: check PredefinedType if exists not based on schema
  • May: code formatting
  • May: skip PredefinedType if not IFC4
  • May: Merge branch 'GSoC#45-IDS-checking' of https://github.com/atomczak/If…
  • May: replace f-string with %
  • May: Merge branch 'v0.6.0' into GSoC#45-IDS-checking