CatalaLang / catleg

Development tools for catala programming in the context of French legislative texts.
https://catleg.readthedocs.io/
Apache License 2.0
1 stars 2 forks source link

Feature wish: lookup for articles at earlier versions #79

Open AltGr opened 11 months ago

AltGr commented 11 months ago

Sometimes the legal texts can contain pointers to earlier versions of articles, which we need to include.

They can be obtained on the web UI using links like https://www.legifrance.gouv.fr/codes/article_lc/LEGIARTI000031011153/2015-08-08/

Note that this can be useful for skeletons, but there is no need to check for updates in this case, obviously !

rprimet commented 8 months ago

Note to self: guessing validity intervals for an article are closed on the left and open on the right, i.e. [start, end[ ; I'll check.

rprimet commented 8 months ago

@AltGr if I understand correctly, a good first step would be to support URLs like https://www.legifrance.gouv.fr/codes/article_lc/LEGIARTI000031011153/2015-08-08/ in catleg article and dereference the appropriate article?