Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
65 commits
Select commit Hold shift + click to select a range
e0771ce
wip: datasets veiws, card based component, split-pane layout where on…
Dec 8, 2025
9cde914
users profil
Dec 11, 2025
5482323
wip: users profilg; Sign IN/OUT/UP; right dat nav
Dec 13, 2025
b212303
WIP
Dec 13, 2025
07b1b73
ZodError fixed
Dec 13, 2025
25c751c
Typecript error solved
Dec 13, 2025
79a2521
typescript err
Dec 14, 2025
4345156
app-next is now building cleanly
Dec 14, 2025
63cb740
vercel production for test with team
Dec 15, 2025
a399ebd
OAuth Sign Up
Dec 15, 2025
5d4685b
OAuth
Dec 15, 2025
620a64f
Update OAuth endpoints
Dec 15, 2025
a235db3
Trigger Vercel redeploy
Dec 15, 2025
5a4ddd2
Force rebuild for Vercel
Dec 15, 2025
ba3b1f0
Fix login endpoints: change from /user/login to /login
Dec 16, 2025
287eda4
Authentication & Search Updates
Dec 16, 2025
0a51ca1
WIP, about, mobil home page, menu, iconography, etc...
Dec 16, 2025
75af286
Fix: Profile picture not loading - Pass image through JWT/session cal…
Dec 17, 2025
ee119c9
profile img
Dec 17, 2025
7344133
AvatarImage
Dec 17, 2025
bff78ef
blob
Dec 17, 2025
a45eb50
Fix: Profile picture not updating in header after upload - Update Nex…
Dec 18, 2025
95f5306
Fix: Avatar upload issues in development - Load profile from session …
Dec 18, 2025
286ab2d
Docs: Add deployment roadmap and team checklists for Phase 1 (OpenML …
Dec 18, 2025
6e650e3
Fix: Handle null quality values in dataset header - prevents crash wh…
Dec 19, 2025
e512c8f
Fix: Add dataset ID to search fields and handle null quality values
Dec 19, 2025
d76cc63
Fix: Enable dataset search by ID - add data_id field with highest weight
Dec 19, 2025
8179724
Fix: Enable dataset search by ID - add data_id field with highest weight
Dec 19, 2025
8b36be4
Fix: Enable dataset search by ID using term query for numeric searches
Dec 19, 2025
5a16d16
UX: Add search feedback and sync header with URL query
Dec 19, 2025
4b008e5
Fix: Search bar now triggers on every query change
Dec 19, 2025
7ab7877
Fix: Prevent URL jumping between queries using ref flag
Dec 19, 2025
47ae256
Fix: Enter key now works for all searches
Dec 19, 2025
dfbfa27
Fix: Search now works correctly for all subsequent queries
Dec 19, 2025
5c892a9
Fix: Use ref to track last search - eliminates stale closure
Dec 19, 2025
aa8c13d
Fix: Simplify search logic - remove refs causing conflicts
Dec 19, 2025
cdda0b1
Fix: Use ref to prevent URL jumping - proper dependency management
Dec 19, 2025
3228639
Fix: Use router.replace() for same-page searches to force update
Dec 19, 2025
081c03c
Fix: Prevent URL sync from overwriting user input while typing
Dec 19, 2025
bea2264
Fix: Delay resetting navigation flag to prevent premature sync
Dec 19, 2025
0e4e285
Fix: Simplify search - remove all complex ref logic
Dec 19, 2025
afd4ebc
Fix: Use single ref to prevent infinite loop - final solution
Dec 19, 2025
ffdd792
Fix: Search URL/State Synchronisation
Dec 20, 2025
a9cf575
Fix: TypeScript strict mode errors for Vercel build
Dec 20, 2025
97a7208
app-next/docs; new pages: APIs, terms
Dec 22, 2025
0de88e3
wip DID datasets
Dec 23, 2025
06567b5
did wip
Dec 23, 2025
341e88c
Dataset Detail page () with modern UI components
Dec 24, 2025
ae6e418
DID page implemented
Dec 29, 2025
6e434d0
Checkpoint from VS Code for coding agent session
Dec 30, 2025
0e836fb
flows is ready tasks needs some work runs is comming
Dec 31, 2025
ff62de8
wip tasks and runs
Dec 31, 2025
585330b
Task Analysis
Dec 31, 2025
b373af8
wip Task Analysis and runs
Jan 1, 2026
b2031a6
runs wip
Jan 2, 2026
8f2bd41
runs wip
Jan 3, 2026
42bbc0a
Dataset → many Tasks → many Runs & Flow → many Runs (across tasks)
Jan 3, 2026
07b6399
search data is ready
Jan 4, 2026
6109617
corrections
Jan 4, 2026
6dcda6d
stop warnings
Jan 5, 2026
502c6ab
input autocomplete attributes
Jan 5, 2026
5b4e039
Main logo for dark mode
Jan 5, 2026
0ccdef7
Add auth debug logging
Jan 5, 2026
f8c01af
Trigger Vercel redeploy
Jan 5, 2026
6a74141
Smaller logo and fixed header
Jan 8, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ TESTING=True

URL_API=http://localhost:8000/api/

# CORS Configuration
# For local development - allows localhost on different ports
# For production - add your Vercel URL: https://your-app.vercel.app
CORS_ORIGINS=http://localhost:3000,http://localhost:8000,http://127.0.0.1:3000


# REACT
# React env variables are fixed when building the app - but overwritten when setting up the docker container.
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,6 @@ start_macOs_Intell/*

start_macOS_M4/*

# Local documentation (symlinked)
docs/

210 changes: 0 additions & 210 deletions PULL_REQUEST.md

This file was deleted.

Loading