Linus Sehn linus
linus pushed to main at TEDective/etl 2024-10-04 11:01:25 +00:00
e7fbef2be7 fix: ids in eforms
linus commented on issue TEDective/etl#39 2024-10-04 07:49:01 +00:00
Generate ID from name for eForms

supplier = ocds.Organization(
id = str(uuid.uuid4()),
roles={"supplier"}
)
supplier.name = name
supplier.identifier = identifier
supplier.address = address
supplier.contactPoint = contactPoint
supplier.details = details

linus opened issue TEDective/etl#39 2024-10-04 07:44:30 +00:00
Generate ID from name for eForms
linus pushed to main at TEDective/infra 2024-08-14 07:27:38 +00:00
675b5eedd1 chore: update
ff2318381b fix: add env var to api systemd service config
Compare 2 commits »
linus pushed to main at TEDective/ui 2024-06-17 19:19:17 +00:00
c588951ff4 fix: change inital org ID
linus pushed to main at TEDective/api 2024-06-17 19:10:59 +00:00
dc7d0982b2 fix: set default start_date and end_date for graph query
linus pushed to main at TEDective/ui 2024-06-17 19:00:18 +00:00
48ccf69adf Merge pull request 'feat: adapted UI to allow date filtering' (#79) from feature/date-filter-adaptation into main
a281bbc7ff feat: adapted UI to allow date filtering
Compare 2 commits »
linus merged pull request TEDective/ui#79 2024-06-17 19:00:17 +00:00
feat: adapted UI to allow date filtering
linus pushed to main at TEDective/etl 2024-06-17 15:54:45 +00:00
c2a1b3e2f8 fix: make phone extraction more robust against missing values
linus pushed to main at TEDective/api 2024-06-17 15:44:27 +00:00
c8f0854146 fix: use ENVIRONMENT instead of IS_TEST
linus pushed to main at TEDective/api 2024-06-16 15:46:37 +00:00
6ef9620e10 fix: set IS_TEST env var in flake.nix
linus pushed to main at TEDective/etl 2024-06-16 15:35:10 +00:00
38b3f22a5f fix: make nix build work
linus pushed to main at TEDective/api 2024-06-16 15:12:21 +00:00
713a0580b6 Merge pull request 'Week 3/4 API' (#22) from testing into main
1bf389852f chore: remove ide specific files
04f19c35af Merge 'development' into 'testing'
ebea3ce1ff Merge pull request 'fix: trigger the workflow' (#21) from feature/tests into development
78f687dc13 Merge branch 'development' into feature/tests
Compare 36 commits »
linus merged pull request TEDective/api#22 2024-06-16 15:12:20 +00:00
Week 3/4 API
linus approved TEDective/api#22 2024-06-16 15:12:10 +00:00
Week 3/4 API
linus pushed to main at TEDective/etl 2024-06-16 15:03:50 +00:00
dc41b09642 Merge pull request 'Week 3/4 ETL' (#35) from testing into main
b5de4a33f4 Merge'development' into 'testing
5216bd5fd0 Merge pull request 'Implemented eForms' (#34) from feature/eforms into development
5f6aea98d4 feat: added test case for eform
b73439d01d chore: merge development into feature/eforms
Compare 20 commits »
linus merged pull request TEDective/etl#35 2024-06-16 15:03:48 +00:00
Week 3/4 ETL
linus approved TEDective/etl#35 2024-06-16 15:03:34 +00:00
Week 3/4 ETL
linus commented on issue TEDective/ui#73 2024-05-26 09:38:16 +00:00
Allow filtering by date (YYYY-MM)

This is probably the shadcn code we want to use:

from https://github.com/shadcn-ui/ui/issues/885#issuecomment-2059600641:

"use client"

import * as React from "react"
import * as
linus commented on pull request TEDective/api#19 2024-05-11 08:28:31 +00:00
Week 3 - API

Hey @micgor32,

so what happens now is that all the data until 2017-01 is requested but the limit of the kuzudb query hits. The current default is 400, see https://git.fsfe.org/TEDective/api/s