This website requires JavaScript.
Explore
Help
Sign In
cfbender
/
snowballtools-base
Watch
1
Star
0
Fork
0
You've already forked snowballtools-base
forked from
cerc-io/snowballtools-base
Code
Pull Requests
Activity
413ed03eb8
snowballtools-base
/
packages
/
backend
/
test
/
fixtures
/
organizations.json
11 lines
125 B
JSON
Raw
Normal View
History
Unescape
Escape
Add script to load fixture data in database (#34) * Add fixture data and populate database with it * Use node to run commands in package scripts * Move test directory out of src directory * Save projects with user and organization relation * Refactor and add generalized function to load data * Populate userOrganization entity with test data * Change project id type from number to string --------- Co-authored-by: neeraj <neeraj.rtly@gmail.com>
2024-01-24 05:00:19 +00:00
[
{
Implement organization switcher and use slug in URL (#59) * Implement dropdown for organizations switcher * Add dynamic route for organization id * Update routes for organization slug * Use organization slug for adding project * Refactor to fetch organizations at sidebar component * Update organization switcher based on searched project * Refactor types in frontend --------- Co-authored-by: neeraj <neeraj.rtly@gmail.com>
2024-02-07 13:11:54 +00:00
"name"
:
"Snowball Tools"
,
"slug"
:
"snowball-tools"
Add script to load fixture data in database (#34) * Add fixture data and populate database with it * Use node to run commands in package scripts * Move test directory out of src directory * Save projects with user and organization relation * Refactor and add generalized function to load data * Populate userOrganization entity with test data * Change project id type from number to string --------- Co-authored-by: neeraj <neeraj.rtly@gmail.com>
2024-01-24 05:00:19 +00:00
}
,
{
Implement organization switcher and use slug in URL (#59) * Implement dropdown for organizations switcher * Add dynamic route for organization id * Update routes for organization slug * Use organization slug for adding project * Refactor to fetch organizations at sidebar component * Update organization switcher based on searched project * Refactor types in frontend --------- Co-authored-by: neeraj <neeraj.rtly@gmail.com>
2024-02-07 13:11:54 +00:00
"name"
:
"AirFoil"
,
"slug"
:
"airfoil"
Add script to load fixture data in database (#34) * Add fixture data and populate database with it * Use node to run commands in package scripts * Move test directory out of src directory * Save projects with user and organization relation * Refactor and add generalized function to load data * Populate userOrganization entity with test data * Change project id type from number to string --------- Co-authored-by: neeraj <neeraj.rtly@gmail.com>
2024-01-24 05:00:19 +00:00
}
]
Copy Permalink