ApiLogicServer 15.0.37__py3-none-any.whl → 15.0.38__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- api_logic_server_cli/api_logic_server.py +2 -2
- api_logic_server_cli/api_logic_server_info.yaml +3 -3
- api_logic_server_cli/genai/genai_svcs.py +4 -3
- api_logic_server_cli/prototypes/base/docs/training/react_map.prompt.md +13 -0
- api_logic_server_cli/prototypes/base/docs/training/react_tree.prompt.md +10 -0
- api_logic_server_cli/prototypes/manager/system/Manager_workspace.code-workspace +3 -3
- api_logic_server_cli/prototypes/nw/api/api_discovery/authentication_expose_api_models.py +53 -0
- api_logic_server_cli/prototypes/nw/api/api_discovery/auto_discovery.py +27 -0
- api_logic_server_cli/prototypes/nw/api/api_discovery/count_orders_by_month.html +76 -0
- api_logic_server_cli/prototypes/nw/api/api_discovery/count_orders_by_month.sql +1 -0
- api_logic_server_cli/prototypes/nw/api/api_discovery/dashboard_services.py +143 -0
- api_logic_server_cli/prototypes/nw/api/api_discovery/mcp_discovery.py +97 -0
- api_logic_server_cli/prototypes/nw/api/api_discovery/new_service.py +21 -0
- api_logic_server_cli/prototypes/nw/api/api_discovery/newer_service.py +21 -0
- api_logic_server_cli/prototypes/nw/api/api_discovery/number_of_sales_per_category.html +76 -0
- api_logic_server_cli/prototypes/nw/api/api_discovery/number_of_sales_per_category.sql +1 -0
- api_logic_server_cli/prototypes/nw/api/api_discovery/ontimize_api.py +495 -0
- api_logic_server_cli/prototypes/nw/api/api_discovery/sales_by_category.html +76 -0
- api_logic_server_cli/prototypes/nw/api/api_discovery/sales_by_category.sql +1 -0
- api_logic_server_cli/prototypes/nw/api/api_discovery/system.py +77 -0
- api_logic_server_cli/prototypes/nw/database/database_discovery/graphics_services.py +173 -0
- api_logic_server_cli/prototypes/nw/ui/admin/home.js +5 -0
- api_logic_server_cli/prototypes/nw/ui/reference_react_app/DEPARTMENT_TREE_VIEW.md +66 -0
- api_logic_server_cli/prototypes/nw/ui/reference_react_app/package.json +4 -0
- api_logic_server_cli/prototypes/nw/ui/reference_react_app/public/index.html +3 -0
- api_logic_server_cli/prototypes/nw/ui/reference_react_app/src/App.js +8 -1
- api_logic_server_cli/prototypes/nw/ui/reference_react_app/src/CustomLayout.js +20 -0
- api_logic_server_cli/prototypes/nw/ui/reference_react_app/src/Department.js +511 -24
- api_logic_server_cli/prototypes/nw/ui/reference_react_app/src/DepartmentTree.js +147 -0
- api_logic_server_cli/prototypes/nw/ui/reference_react_app/src/Employee.js +230 -18
- api_logic_server_cli/prototypes/nw/ui/reference_react_app/src/LandingPage.js +264 -0
- api_logic_server_cli/prototypes/nw/ui/reference_react_app/src/Supplier.js +359 -121
- api_logic_server_cli/prototypes/nw/ui/reference_react_app/src/index.js +1 -0
- {apilogicserver-15.0.37.dist-info → apilogicserver-15.0.38.dist-info}/METADATA +1 -1
- {apilogicserver-15.0.37.dist-info → apilogicserver-15.0.38.dist-info}/RECORD +39 -19
- api_logic_server_cli/prototypes/base/docs/training/admin_app_unused.md +0 -156
- {apilogicserver-15.0.37.dist-info → apilogicserver-15.0.38.dist-info}/WHEEL +0 -0
- {apilogicserver-15.0.37.dist-info → apilogicserver-15.0.38.dist-info}/entry_points.txt +0 -0
- {apilogicserver-15.0.37.dist-info → apilogicserver-15.0.38.dist-info}/licenses/LICENSE +0 -0
- {apilogicserver-15.0.37.dist-info → apilogicserver-15.0.38.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
api_logic_server_cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
-
api_logic_server_cli/api_logic_server.py,sha256=
|
|
3
|
-
api_logic_server_cli/api_logic_server_info.yaml,sha256=
|
|
2
|
+
api_logic_server_cli/api_logic_server.py,sha256=PhqbHGtQwkkpFYRM-usKo-XFGj2j75UyJG5X8HIXiOA,97755
|
|
3
|
+
api_logic_server_cli/api_logic_server_info.yaml,sha256=Yq1j-5CPlcDooO4f3LwNBnn3FCRas25C0ScFt1LRBRk,127
|
|
4
4
|
api_logic_server_cli/cli.py,sha256=3GdpAcaXsMeuMnWa-jx7tpi0x6OjIRoau4BeVT-Pw3A,87286
|
|
5
5
|
api_logic_server_cli/cli_args_base.py,sha256=7cVM6BeizwttYAwUu1FUyuLuvWufvgt0TFeA8FI6tu0,3304
|
|
6
6
|
api_logic_server_cli/cli_args_project.py,sha256=I5no_fGRV_ZsK3SuttVDAaQYI4Q5zCjx6LojGkM024w,4645
|
|
@@ -482,7 +482,7 @@ api_logic_server_cli/genai/genai_fatal_excp.py,sha256=1FmDVcXVRqmG0JMVZ7l4KqMOdp
|
|
|
482
482
|
api_logic_server_cli/genai/genai_graphics.py,sha256=9ao0os6rUKY5u2caeLtgyDsNEuVQXq4KcKV575fNC58,20610
|
|
483
483
|
api_logic_server_cli/genai/genai_logic_builder.py,sha256=u_89UtrALIfcMtW6p0SZ78lCmwRqerA5igyY2hDvjlk,26150
|
|
484
484
|
api_logic_server_cli/genai/genai_mcp.py,sha256=Q2fVXwoIetYTSHuNHTke_ITsb-nu_L4kusPpTAkze1Q,1434
|
|
485
|
-
api_logic_server_cli/genai/genai_svcs.py,sha256=
|
|
485
|
+
api_logic_server_cli/genai/genai_svcs.py,sha256=VDgoKOO5jnNhxz8Q0w524LXPJSuK9gBMf8ivsUJ7EYE,50579
|
|
486
486
|
api_logic_server_cli/genai/genai_utils.py,sha256=DTlWTnW5_2pzX4q1VG1tWqoZPVObDHR97SVe0z8Z3rs,17102
|
|
487
487
|
api_logic_server_cli/genai/json2rules.py,sha256=ykoxxgZgqllzt8Ud06S-R_3QtumxXfmF5ksYC0Hh2Sk,2645
|
|
488
488
|
api_logic_server_cli/model_migrator/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -631,9 +631,10 @@ api_logic_server_cli/prototypes/base/docs/logic_suggestions/readme_logic_suggest
|
|
|
631
631
|
api_logic_server_cli/prototypes/base/docs/training/admin_app_1_context.prompt.md,sha256=Vbo9pidg0FFkVEx64Ri8tjTCvg3noLopcDj3mgPVeSY,239
|
|
632
632
|
api_logic_server_cli/prototypes/base/docs/training/admin_app_2_functionality.prompt.md,sha256=iWMoAkETeQjWWPrNj1AcI4HFGLlgS0-HP9oBYXhdTNI,1705
|
|
633
633
|
api_logic_server_cli/prototypes/base/docs/training/admin_app_3_architecture.prompt.md,sha256=5KtRBihPbxTQEvLJ51w104Z0HfDGFEmQc3ysek6EsXA,925
|
|
634
|
-
api_logic_server_cli/prototypes/base/docs/training/admin_app_unused.md,sha256=sYzoNUccR4-jmEaVXj7UuA_yW2MsHP0IODCkMuvT7gU,3922
|
|
635
634
|
api_logic_server_cli/prototypes/base/docs/training/logic_bank_api.prompt,sha256=3zZu_AQLPskFzs_UL49-lk8Z6ck7YhQnj8wlz30Ib1k,14606
|
|
636
635
|
api_logic_server_cli/prototypes/base/docs/training/logic_example.py,sha256=yAot6uHy1gu94ufeYDx3f0iJ1_czsDywSAdm_yu4E2o,1325
|
|
636
|
+
api_logic_server_cli/prototypes/base/docs/training/react_map.prompt.md,sha256=8B9bDjk4sL1t5LzYLKjuf78UPDmhj9assRZTIOvlwN4,891
|
|
637
|
+
api_logic_server_cli/prototypes/base/docs/training/react_tree.prompt.md,sha256=Eoi4Q3H4x-PQOjonUjQ1o6xkiFtcEA_hg8tuFP-qk80,652
|
|
637
638
|
api_logic_server_cli/prototypes/base/integration/kafka/kafka_consumer.py,sha256=2DOsFpYnsJ71gZzzfJweEmL-i99uCtEFU0hVwIKFGMw,1516
|
|
638
639
|
api_logic_server_cli/prototypes/base/integration/kafka/kafka_producer.py,sha256=g0nMAVfz1Y0iKJbbXfvRpdf-QUmyB4uUGZ6lyaVoXag,4470
|
|
639
640
|
api_logic_server_cli/prototypes/base/integration/kafka/kafka_readme.md,sha256=MlwykHWM2w41KzWh4vPuTnIodR8f-BQzrWpV4P1hrsI,161
|
|
@@ -820,7 +821,7 @@ api_logic_server_cli/prototypes/manager/.vscode/launch.json,sha256=alh_fiuqMjY-u
|
|
|
820
821
|
api_logic_server_cli/prototypes/manager/.vscode/settings.json,sha256=wQgpFvviPbZCmsf02UgrJSGAz7g3i4chDZ_AdSIOr5Y,625
|
|
821
822
|
api_logic_server_cli/prototypes/manager/samples/readme_samples.md,sha256=JyUOm5mcmLXtBCE30OFzfZaSCw7k_PKLZmGNanS4fwc,171
|
|
822
823
|
api_logic_server_cli/prototypes/manager/samples/dbs/readme_samples.md,sha256=FvxzBqR00Kgc5Z76JOslHju6HYmsYOwkoARe_U-dnY0,570
|
|
823
|
-
api_logic_server_cli/prototypes/manager/system/Manager_workspace.code-workspace,sha256=
|
|
824
|
+
api_logic_server_cli/prototypes/manager/system/Manager_workspace.code-workspace,sha256=ieWHaqLQ8uXoSzNSklVdDKoIjD-H3d6H4aUP1d_Jy1s,305
|
|
824
825
|
api_logic_server_cli/prototypes/manager/system/readme_ssystem.md,sha256=52zXRh5KJ4GSRWyNLwzbXqKMDJmR7M6PhS71-DIUoBI,106
|
|
825
826
|
api_logic_server_cli/prototypes/manager/system/style-guide.yaml,sha256=JaP3NDE29k4_e9ELeLTZfnWf2L8VgS1X7hO8J_BNqJU,673
|
|
826
827
|
api_logic_server_cli/prototypes/manager/system/app_model_editor/.gitignore,sha256=07msA6EiXJT_unwoat2B8vI6ANcIn9E-ntgIpQZj7g0,477
|
|
@@ -1909,14 +1910,29 @@ api_logic_server_cli/prototypes/nginx_exp/docker-compose-dev-azure-nginx/unused/
|
|
|
1909
1910
|
api_logic_server_cli/prototypes/nw/.DS_Store,sha256=XMHbsE_C3zE5kWGvbJxLXLEcm-1tQYgww6iV7toZ03M,6148
|
|
1910
1911
|
api_logic_server_cli/prototypes/nw/Tutorial.md,sha256=2ohG6joATpLXQaNT3_0lx1nBJ7Oz8A5JhCsqur7FXCg,16390
|
|
1911
1912
|
api_logic_server_cli/prototypes/nw/api/customize_api.py,sha256=_c1BwR8NtAdtp1KQz4cwt0NY50K9-b6S9lvoWUyRhLE,17637
|
|
1913
|
+
api_logic_server_cli/prototypes/nw/api/api_discovery/authentication_expose_api_models.py,sha256=UCjaITQ17CbufeAlraSxKC733MJBegNGb9Z5JVAFOFU,1837
|
|
1914
|
+
api_logic_server_cli/prototypes/nw/api/api_discovery/auto_discovery.py,sha256=y6uQ_i9t8qqmjsM69rZzzp2q3OaAbSrwlfeRIrR_sRY,1099
|
|
1915
|
+
api_logic_server_cli/prototypes/nw/api/api_discovery/count_orders_by_month.html,sha256=8SD5apjtIcWiCveBQfbxXzX1g2Yb_K9BHt6mXejZeTA,2690
|
|
1916
|
+
api_logic_server_cli/prototypes/nw/api/api_discovery/count_orders_by_month.sql,sha256=c8n_sBaBVxX73dgAutn2MrnjlW_6TvQeCuHUJa2BLEo,186
|
|
1917
|
+
api_logic_server_cli/prototypes/nw/api/api_discovery/dashboard_services.py,sha256=icDnDCZ54cP5XEiS9d1b5YoCQksJ13jT66twNO8bPSE,5504
|
|
1918
|
+
api_logic_server_cli/prototypes/nw/api/api_discovery/mcp_discovery.py,sha256=4hXYBCg_3XP2mJ_UJFnxyI7agN_TCUEuOSmf_w29vDw,4088
|
|
1919
|
+
api_logic_server_cli/prototypes/nw/api/api_discovery/new_service.py,sha256=xe2AAFvpQwjrwwGAXs4pdZ8dWtcqAJ5KKYL_QKyqvGg,638
|
|
1920
|
+
api_logic_server_cli/prototypes/nw/api/api_discovery/newer_service.py,sha256=p1ah8Pj2kjuTIlktYrtvdiuzGUEaPy7qLa7Cvu0GgbA,659
|
|
1921
|
+
api_logic_server_cli/prototypes/nw/api/api_discovery/number_of_sales_per_category.html,sha256=t9flvEeRdsBVdOFP_kCQGtnUui2eUhgugs652iAHpGA,2697
|
|
1922
|
+
api_logic_server_cli/prototypes/nw/api/api_discovery/number_of_sales_per_category.sql,sha256=4YgbJDeJf0mbe4LXvGpNu9TjxigCPlUlioQ9yIf_y_8,329
|
|
1923
|
+
api_logic_server_cli/prototypes/nw/api/api_discovery/ontimize_api.py,sha256=_gNyxbx6ExbrCy3uzz8JzBBDZRxPyHoyRH7vJRqV1NM,20340
|
|
1924
|
+
api_logic_server_cli/prototypes/nw/api/api_discovery/sales_by_category.html,sha256=_wizixU1mCk3l4HVgDptSx3eD0IpaAsrKlxXqvJlwb0,2686
|
|
1912
1925
|
api_logic_server_cli/prototypes/nw/api/api_discovery/sales_by_category.py,sha256=0iJQK0SNJfu5iTcpcYTe9KBwZKZDNEvhEU2c4FJHD_Q,1919
|
|
1926
|
+
api_logic_server_cli/prototypes/nw/api/api_discovery/sales_by_category.sql,sha256=FircB2vuDdxnwlRtAbewuTCO_gCivlOznwEzCGx9zBw,384
|
|
1913
1927
|
api_logic_server_cli/prototypes/nw/api/api_discovery/sales_by_category_bar_chart.html,sha256=PF3LY2q7eVxFy4780pO829Fdj-TiS-vb8jGlB4AANss,2004
|
|
1914
1928
|
api_logic_server_cli/prototypes/nw/api/api_discovery/sales_by_category_bar_chart_app.request,sha256=6t7PSmXiXgIsS1myQ3oTj-bBlk-B7JP4-JVkxJXFBn4,473
|
|
1915
1929
|
api_logic_server_cli/prototypes/nw/api/api_discovery/sales_by_category_bar_chart_query.request,sha256=lpaJhkCKGvGudAHWIjUMQr3G8h11ddROjgXwPx_o27s,94
|
|
1916
1930
|
api_logic_server_cli/prototypes/nw/api/api_discovery/sales_by_category_result.png,sha256=cPdUAmr0_nzoWDGxDYfs35zoZBABHu-vOpecAuK_AyI,490065
|
|
1931
|
+
api_logic_server_cli/prototypes/nw/api/api_discovery/system.py,sha256=Cv4qtnEG5s6vtk2alHmPAvwKlbtlHsd3Ugse_YKIk7Q,3345
|
|
1917
1932
|
api_logic_server_cli/prototypes/nw/api/multi-table-example/multi-table.json,sha256=gq3FReXrnmVBaPJrGhd2DpekoJaWJzv6MLJP_xPezME,34142
|
|
1918
1933
|
api_logic_server_cli/prototypes/nw/api/multi-table-example/multi-table.txt,sha256=dxb4t1aA8BzrE-P_dnrB2sMjzE2aymKmvD80UkguSX0,650
|
|
1919
1934
|
api_logic_server_cli/prototypes/nw/database/customize_models.py,sha256=pZQr0cPXYBk7qtD86vHOjNrWXF8Oxx5E7jr1LWuUroQ,3039
|
|
1935
|
+
api_logic_server_cli/prototypes/nw/database/database_discovery/graphics_services.py,sha256=2obLKcpeNNWqCxnVmyTz98wI7ohqmhUZdvaQ_q-20Oo,6370
|
|
1920
1936
|
api_logic_server_cli/prototypes/nw/docs/graphics/count_orders_by_category.prompt,sha256=a8IZYviDfssu2PH8VfQKFywRUcbLJYwvUWXe-otzBJc,49
|
|
1921
1937
|
api_logic_server_cli/prototypes/nw/docs/graphics/order_count_by_month.prompt,sha256=SD0znLnHObF_7lWHL-mjENfKbIGexkHjW6ucC80W89Q,27
|
|
1922
1938
|
api_logic_server_cli/prototypes/nw/docs/graphics/request copy.json,sha256=NEl_qRHlmsMP8PfKndkEdW9mNxzxJGygnlzZdNZF1DY,17803
|
|
@@ -1972,7 +1988,7 @@ api_logic_server_cli/prototypes/nw/test/basic/results/PRUNE_test_-_ReqdDate.log,
|
|
|
1972
1988
|
api_logic_server_cli/prototypes/nw/ui/.DS_Store,sha256=1lFlJ5EFymdzGAUAaI30vcaaLHt3F1LwpG7xILf9jsM,6148
|
|
1973
1989
|
api_logic_server_cli/prototypes/nw/ui/app_model_custom.yaml,sha256=Qtl2Gr_cQaTZuZMAHx3Upf1IBarW4KM-mv1dkhZr3tc,46017
|
|
1974
1990
|
api_logic_server_cli/prototypes/nw/ui/admin/admin.yaml,sha256=oL30V8ehn5SFXZPdMjM8nwSafv3A_LK6-eJCJ4P7V4Y,18030
|
|
1975
|
-
api_logic_server_cli/prototypes/nw/ui/admin/home.js,sha256=
|
|
1991
|
+
api_logic_server_cli/prototypes/nw/ui/admin/home.js,sha256=DaNB-mtJa5k3j7q8K8QYIx-mLL0fh-7Iom6Ho5qbOEA,4416
|
|
1976
1992
|
api_logic_server_cli/prototypes/nw/ui/admin/multi_app_project.yaml,sha256=zDPBx72WWY83eCS1jOzYhXC5-H1J_23MWNsTn4fvQm8,8798
|
|
1977
1993
|
api_logic_server_cli/prototypes/nw/ui/images/Category/beverages.gif,sha256=iRKl6wL3jV5M8rFK_PeM0OIcLBtYpMPRBch-M-SOlxs,6054
|
|
1978
1994
|
api_logic_server_cli/prototypes/nw/ui/images/Category/cereals.gif,sha256=E4pc2eFuWRD8N8gQYGtCSLeb6NwmROJfgr5LFTLV98w,7324
|
|
@@ -1992,28 +2008,32 @@ api_logic_server_cli/prototypes/nw/ui/images/Employee/leverling.jpg,sha256=w02cB
|
|
|
1992
2008
|
api_logic_server_cli/prototypes/nw/ui/images/Employee/peacock.jpg,sha256=UIfxEKOKruPKNW0w17bMebIaUsa1nD2vSVfFTk7uaCs,3862
|
|
1993
2009
|
api_logic_server_cli/prototypes/nw/ui/images/Employee/suyama.jpg,sha256=bp0xCJ-8EqQp_B7uR4glL6fVGxVlS10d5IHLNdw7rcA,4375
|
|
1994
2010
|
api_logic_server_cli/prototypes/nw/ui/reference_react_app/.DS_Store,sha256=AnV79PLm6F_E6PkLoTv-GaJZpUGP_xdRkNEqrAYGYuE,6148
|
|
2011
|
+
api_logic_server_cli/prototypes/nw/ui/reference_react_app/DEPARTMENT_TREE_VIEW.md,sha256=2zF0Ai6ohVjiFqGx6gJci9BPFwr5zBKuoZtuuNFB5QY,2736
|
|
1995
2012
|
api_logic_server_cli/prototypes/nw/ui/reference_react_app/README.md,sha256=y4qGb4ZgovIFEzPyq18AbQjnpeYF8RrlCxsRTTwYujk,565
|
|
1996
2013
|
api_logic_server_cli/prototypes/nw/ui/reference_react_app/README_create_react_app.md,sha256=cOr7x6X9RmqjITtafhsqQTg8vl1Ob8X0WC78WL21CdE,3359
|
|
1997
2014
|
api_logic_server_cli/prototypes/nw/ui/reference_react_app/compile-errors.txt,sha256=HIYSnI2VW_Lz1MNCCw3TxZoeXFtuhpvxEDgDGY0A544,30782
|
|
1998
2015
|
api_logic_server_cli/prototypes/nw/ui/reference_react_app/package-lock.json,sha256=IzEHCLrrRzluTL-bw_d_u57dKsn8a9feoY2BKx7DjRc,699130
|
|
1999
|
-
api_logic_server_cli/prototypes/nw/ui/reference_react_app/package.json,sha256
|
|
2016
|
+
api_logic_server_cli/prototypes/nw/ui/reference_react_app/package.json,sha256=-NojVIkHK9vGoql6_I5DVSGu5E8TODDgjvgI_I2kX9k,1241
|
|
2000
2017
|
api_logic_server_cli/prototypes/nw/ui/reference_react_app/public/favicon.ico,sha256=PRD32mxgMXg0AIFmjErFs66XQ8qaJiqw_NMS-7n0i90,3870
|
|
2001
|
-
api_logic_server_cli/prototypes/nw/ui/reference_react_app/public/index.html,sha256=
|
|
2018
|
+
api_logic_server_cli/prototypes/nw/ui/reference_react_app/public/index.html,sha256=a1KgHcM9eLkxmRUSt9O-CtMUHSjRLRxuQvdzah6eDvE,1905
|
|
2002
2019
|
api_logic_server_cli/prototypes/nw/ui/reference_react_app/public/logo192.png,sha256=w4Y5bscNs2CAdbX7-qxKscyqhroFpoqzk-xVHrZsPgA,5347
|
|
2003
2020
|
api_logic_server_cli/prototypes/nw/ui/reference_react_app/public/logo512.png,sha256=nqT02nBQwMxAiSb2o5wlNiTpursdQ8eXfNghRFpgtGE,9664
|
|
2004
2021
|
api_logic_server_cli/prototypes/nw/ui/reference_react_app/public/manifest.json,sha256=ULPYw5A68_eNhxuUVXqxT045yhkurKPSz6hjyGcnmhQ,492
|
|
2005
2022
|
api_logic_server_cli/prototypes/nw/ui/reference_react_app/public/robots.txt,sha256=kNJLw79pisHhc3OVAimMzKcq3x9WT6sF9IS4xI0crdI,67
|
|
2006
2023
|
api_logic_server_cli/prototypes/nw/ui/reference_react_app/src/App.css,sha256=xaxC5Wv4w063QddSvIeRRPGG18oKSPy7c7lnF396kkA,564
|
|
2007
|
-
api_logic_server_cli/prototypes/nw/ui/reference_react_app/src/App.js,sha256=
|
|
2024
|
+
api_logic_server_cli/prototypes/nw/ui/reference_react_app/src/App.js,sha256=b3WaE02DQi-jKTJR21AJmF0l4oywNZaDS_vxlI8QTKM,5254
|
|
2008
2025
|
api_logic_server_cli/prototypes/nw/ui/reference_react_app/src/App.test.js,sha256=93hGkxlLhlfRv3DDfqcPSi1pTEVm7EFVCo5lDrYAqqQ,246
|
|
2009
2026
|
api_logic_server_cli/prototypes/nw/ui/reference_react_app/src/Category.js,sha256=Nx1ILnyLn-QlHsBlEAVq-W_YIu0rJT8ERDPNmLTQMWo,5964
|
|
2010
2027
|
api_logic_server_cli/prototypes/nw/ui/reference_react_app/src/Config.js,sha256=c2H9MMc3h2STlHPfjFRnu1FR-drNTRKzC8zVeZk7UkI,15025
|
|
2028
|
+
api_logic_server_cli/prototypes/nw/ui/reference_react_app/src/CustomLayout.js,sha256=VI0RLjojnd75pTjqyRE8mv9t3iX9Izt0WrLKajdT8LE,468
|
|
2011
2029
|
api_logic_server_cli/prototypes/nw/ui/reference_react_app/src/Customer.js,sha256=yY97oX1RIYVhe2ERtkrT0CXNniYg5mQcknUvKG88deQ,12358
|
|
2012
2030
|
api_logic_server_cli/prototypes/nw/ui/reference_react_app/src/CustomerDemographic.js,sha256=teJ2S5rLK1Ojp9meKhETE_bwU4lGvdu2q-hkpZ0Djd8,4109
|
|
2013
|
-
api_logic_server_cli/prototypes/nw/ui/reference_react_app/src/Department.js,sha256=
|
|
2014
|
-
api_logic_server_cli/prototypes/nw/ui/reference_react_app/src/
|
|
2031
|
+
api_logic_server_cli/prototypes/nw/ui/reference_react_app/src/Department.js,sha256=t_JjpyBzJOpZQeZyyMM72HjQzTkLdORmwnFfmZDRYSE,27135
|
|
2032
|
+
api_logic_server_cli/prototypes/nw/ui/reference_react_app/src/DepartmentTree.js,sha256=eh1HT3dz8ziLcRm1IleWEi0YcyrmLu40FsGM1lCuCzc,3680
|
|
2033
|
+
api_logic_server_cli/prototypes/nw/ui/reference_react_app/src/Employee.js,sha256=EsoSVd7jC3_M7DW9TmNlbDvBnRaImj6ykQAaBIdAfsk,18006
|
|
2015
2034
|
api_logic_server_cli/prototypes/nw/ui/reference_react_app/src/EmployeeAudit.js,sha256=gpUKYNDVHv6KNxyFLj-ZZaWJTPP47uprPysqFs9P9Oc,10095
|
|
2016
2035
|
api_logic_server_cli/prototypes/nw/ui/reference_react_app/src/EmployeeTerritory.js,sha256=Rcfp0oaDEd2ff-0zhTcacCxbQhkroAoAPWgVLnoveAs,3844
|
|
2036
|
+
api_logic_server_cli/prototypes/nw/ui/reference_react_app/src/LandingPage.js,sha256=fjWIjvHcvSUOf6fWC6uyopfhOjukHENlFNmDl_I6jCk,12417
|
|
2017
2037
|
api_logic_server_cli/prototypes/nw/ui/reference_react_app/src/Location.js,sha256=gasDb_i4FagIGBYMI0ZE694vi_i89fHbi8J6DmriWho,6874
|
|
2018
2038
|
api_logic_server_cli/prototypes/nw/ui/reference_react_app/src/Order.js,sha256=vAH9-6Yt96oLMsLo7yB8QeV5R786O8hkmo2Z6WPmtfk,8450
|
|
2019
2039
|
api_logic_server_cli/prototypes/nw/ui/reference_react_app/src/OrderDetail.js,sha256=_Gaqo3RJa7fjaV3M4UUPy8ZxBlHGQgRL8ftkDqVjuV8,9448
|
|
@@ -2021,13 +2041,13 @@ api_logic_server_cli/prototypes/nw/ui/reference_react_app/src/Product.js,sha256=
|
|
|
2021
2041
|
api_logic_server_cli/prototypes/nw/ui/reference_react_app/src/Region.js,sha256=5UWXgOHlQm2V3xipKGyz_dCVdvWCrBrtYgXMZJuR5Ac,4040
|
|
2022
2042
|
api_logic_server_cli/prototypes/nw/ui/reference_react_app/src/SampleDBVersion.js,sha256=lNel24QmEhiNtdVGr_nSZwWrzqccBvvFYuzziFz7Ukg,1764
|
|
2023
2043
|
api_logic_server_cli/prototypes/nw/ui/reference_react_app/src/Shipper.js,sha256=WRD5mXj6oFJ8TnnE4r3nSwPZCfJWpCz436cqJavp8Tc,4689
|
|
2024
|
-
api_logic_server_cli/prototypes/nw/ui/reference_react_app/src/Supplier.js,sha256=
|
|
2044
|
+
api_logic_server_cli/prototypes/nw/ui/reference_react_app/src/Supplier.js,sha256=jZ4VNCX23YGRCxke901HvpHDtGqg_HNIg9Xv6qbs9RQ,16448
|
|
2025
2045
|
api_logic_server_cli/prototypes/nw/ui/reference_react_app/src/Territory.js,sha256=7stMPfeb2xnWljk_AJ_AIVX_6nsYZ3XMY_wNdYn7LhY,5846
|
|
2026
2046
|
api_logic_server_cli/prototypes/nw/ui/reference_react_app/src/Union.js,sha256=HFtLT_fLDAto5bqP8mGWQV_6VCpk10MGKcTg08F3Suw,4736
|
|
2027
2047
|
api_logic_server_cli/prototypes/nw/ui/reference_react_app/src/app_loader.js,sha256=Q_7ZzwnFdK-yjPC_SBLvXoZnckWNgl7b_QZ-D2Nhq4I,791
|
|
2028
2048
|
api_logic_server_cli/prototypes/nw/ui/reference_react_app/src/dataProvider.js,sha256=IImP6XdWjswfamiD4JmV_Cl8yEJTAM06ABXcn4NmzyQ,3289
|
|
2029
2049
|
api_logic_server_cli/prototypes/nw/ui/reference_react_app/src/index.css,sha256=2vIsKWyAHT1TMIM2HMWfvcIuW_5SiqS60Zc7VMxUSKQ,366
|
|
2030
|
-
api_logic_server_cli/prototypes/nw/ui/reference_react_app/src/index.js,sha256=
|
|
2050
|
+
api_logic_server_cli/prototypes/nw/ui/reference_react_app/src/index.js,sha256=SlttUTpflgMhhBQmBf3GLPT50NrQQrjt1aQ9A6Pf3XU,570
|
|
2031
2051
|
api_logic_server_cli/prototypes/nw/ui/reference_react_app/src/logo.svg,sha256=YACw6bCwWz8RLeBPDQOXaKHbY1iP-bbvcJnb1xYy84M,2632
|
|
2032
2052
|
api_logic_server_cli/prototypes/nw/ui/reference_react_app/src/reportWebVitals.js,sha256=cUhRZphWFSgGwon5qsYkC0FLusUMYO5PfmJH8x6sDBw,362
|
|
2033
2053
|
api_logic_server_cli/prototypes/nw/ui/reference_react_app/src/setupTests.js,sha256=Ilg3WdAEX9-NYsnbCqy6n9i93eecZxqgjJfc_U6TDMY,241
|
|
@@ -2340,9 +2360,9 @@ api_logic_server_cli/tools/mini_skel/database/system/SAFRSBaseX.py,sha256=p8C7AF
|
|
|
2340
2360
|
api_logic_server_cli/tools/mini_skel/database/system/TestDataBase.py,sha256=U02SYqThsbY5g3DX7XGaiMxjZBuOpzvtPS6RfI1WQFg,371
|
|
2341
2361
|
api_logic_server_cli/tools/mini_skel/logic/declare_logic.py,sha256=fTrlHyqMeZsw_TyEXFa1VlYBL7fzjZab5ONSXO7aApo,175
|
|
2342
2362
|
api_logic_server_cli/tools/mini_skel/logic/load_verify_rules.py,sha256=Rr5bySJpYCZmNPF2h-phcPJ53nAOPcT_ohZpCD93-a0,7530
|
|
2343
|
-
apilogicserver-15.0.
|
|
2344
|
-
apilogicserver-15.0.
|
|
2345
|
-
apilogicserver-15.0.
|
|
2346
|
-
apilogicserver-15.0.
|
|
2347
|
-
apilogicserver-15.0.
|
|
2348
|
-
apilogicserver-15.0.
|
|
2363
|
+
apilogicserver-15.0.38.dist-info/licenses/LICENSE,sha256=67BS7VC-Z8GpaR3wijngQJkHWV04qJrwQArVgn9ldoI,1485
|
|
2364
|
+
apilogicserver-15.0.38.dist-info/METADATA,sha256=9PK5A9B8vfwWYdo5fdzxyXmZeg06HcefhlSJjMfQHHw,6553
|
|
2365
|
+
apilogicserver-15.0.38.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
2366
|
+
apilogicserver-15.0.38.dist-info/entry_points.txt,sha256=W9EVNvf09h8n6rJChmVj2gzxVQ6BXXZa2x3wri0lFGc,259
|
|
2367
|
+
apilogicserver-15.0.38.dist-info/top_level.txt,sha256=-r0AT_GEApleihg-jIh0OMvzzc0BO1RuhhOpE91H5qI,21
|
|
2368
|
+
apilogicserver-15.0.38.dist-info/RECORD,,
|
|
@@ -1,156 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
Generate a full React Admin application using the following instructions.
|
|
3
|
-
The result must be a runnable React app (`npm start`) that connects to the supplied JSON:API, with fully implemented components (no placeholders or empty files).
|
|
4
|
-
|
|
5
|
-
## Backend Description
|
|
6
|
-
|
|
7
|
-
The JSON:API backend is described by:
|
|
8
|
-
|
|
9
|
-
### 1. Schema (`docs/db.dbml`):
|
|
10
|
-
|
|
11
|
-
```dbml
|
|
12
|
-
Table Customer {
|
|
13
|
-
id INTEGER [primary key]
|
|
14
|
-
name VARCHAR
|
|
15
|
-
balance DECIMAL
|
|
16
|
-
credit_limit DECIMAL
|
|
17
|
-
email VARCHAR
|
|
18
|
-
email_opt_out BOOLEAN
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
Table Item {
|
|
22
|
-
id INTEGER [primary key]
|
|
23
|
-
order_id INTEGER
|
|
24
|
-
product_id INTEGER
|
|
25
|
-
quantity INTEGER
|
|
26
|
-
amount DECIMAL
|
|
27
|
-
unit_price DECIMAL
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
Table Order {
|
|
31
|
-
id INTEGER [primary key]
|
|
32
|
-
notes VARCHAR
|
|
33
|
-
customer_id INTEGER
|
|
34
|
-
CreatedOn DATE
|
|
35
|
-
date_shipped DATE
|
|
36
|
-
amount_total DECIMAL
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
Table Product {
|
|
40
|
-
id INTEGER [primary key]
|
|
41
|
-
name VARCHAR
|
|
42
|
-
unit_price DECIMAL
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
// Relationships
|
|
46
|
-
Ref: Item.(order_id) < Order.(id)
|
|
47
|
-
Ref: Item.(product_id) < Product.(id)
|
|
48
|
-
Ref: Order.(customer_id) < Customer.(id)
|
|
49
|
-
```
|
|
50
|
-
|
|
51
|
-
### 2. JSON:API Discovery (`docs/mcp_learning/mcp_discovery.json`):
|
|
52
|
-
|
|
53
|
-
- Base URL: `http://localhost:5656/api`
|
|
54
|
-
- Auth: `http://localhost:5656/api/auth/login`
|
|
55
|
-
- Tool type: `json-api`
|
|
56
|
-
- Describes four resources: Customer, Order, Item, Product
|
|
57
|
-
|
|
58
|
-
---
|
|
59
|
-
|
|
60
|
-
## App Features
|
|
61
|
-
|
|
62
|
-
### Multi-Page
|
|
63
|
-
|
|
64
|
-
For each resource:
|
|
65
|
-
- Create a **List page** showing 7 user-friendly columns
|
|
66
|
-
- Add **pagination**, **sorting**, and **filtering**
|
|
67
|
-
- Link each row to a **Display (Show) page**
|
|
68
|
-
|
|
69
|
-
### Multi-Resource
|
|
70
|
-
|
|
71
|
-
Each **Display Page** should:
|
|
72
|
-
- Show all fields in a **multi-column layout**
|
|
73
|
-
- Include a **tab sheet** (`<TabbedShowLayout>`) for each related resource using `<ReferenceManyField>`
|
|
74
|
-
- Link child rows to their own display page
|
|
75
|
-
|
|
76
|
-
Example:
|
|
77
|
-
- Customer Display has tab for OrderList
|
|
78
|
-
- Each Order in the tab links to Order Display
|
|
79
|
-
|
|
80
|
-
### Automatic Joins
|
|
81
|
-
|
|
82
|
-
For foreign keys:
|
|
83
|
-
- Display joined value (e.g., `product.name` instead of `product_id`)
|
|
84
|
-
- Use first string field from parent table containing `name`, `title`, or `description`
|
|
85
|
-
|
|
86
|
-
Primary key fields:
|
|
87
|
-
- Display at the end of forms/lists
|
|
88
|
-
|
|
89
|
-
### Lookups (Foreign Keys)
|
|
90
|
-
|
|
91
|
-
For foreign key fields:
|
|
92
|
-
- Provide auto-complete dropdown (`<ReferenceInput>`)
|
|
93
|
-
- For numeric foreign keys, use the joined string field as lookup text
|
|
94
|
-
|
|
95
|
-
---
|
|
96
|
-
|
|
97
|
-
## Per-Resource Files (Required)
|
|
98
|
-
|
|
99
|
-
For each resource (`Customer`, `Order`, `Product`, `Item`):
|
|
100
|
-
- Create a source file under `src/`, e.g., `Customer.js`
|
|
101
|
-
- **Each file must fully implement**:
|
|
102
|
-
- `CustomerList`
|
|
103
|
-
- `CustomerShow`
|
|
104
|
-
- `CustomerCreate`
|
|
105
|
-
- `CustomerEdit`
|
|
106
|
-
|
|
107
|
-
Use:
|
|
108
|
-
- `<ReferenceField>` for foreign key displays
|
|
109
|
-
- `<ReferenceInput>` for foreign key input
|
|
110
|
-
- `<ReferenceManyField>` for tabbed child lists
|
|
111
|
-
- `<TabbedShowLayout>` for display pages
|
|
112
|
-
|
|
113
|
-
Do **not leave any file empty**.
|
|
114
|
-
|
|
115
|
-
---
|
|
116
|
-
|
|
117
|
-
## App Wiring
|
|
118
|
-
|
|
119
|
-
In `App.js`:
|
|
120
|
-
- Import each resource file
|
|
121
|
-
- Register them in `<Admin>` using:
|
|
122
|
-
|
|
123
|
-
```jsx
|
|
124
|
-
<Resource name="Customer" list={CustomerList} show={CustomerShow} edit={CustomerEdit} create={CustomerCreate} />
|
|
125
|
-
```
|
|
126
|
-
|
|
127
|
-
---
|
|
128
|
-
|
|
129
|
-
## Architecture
|
|
130
|
-
|
|
131
|
-
- **Framework**: React 18 + react-admin 4.x
|
|
132
|
-
- **Data Provider**: Custom `dataProvider.js` using `fetchUtils` (no external `ra-jsonapi-client`)
|
|
133
|
-
- Must support: `getList`, `getOne`, `getMany`, `getManyReference`, `create`, `update`, `delete`
|
|
134
|
-
- Must support: filters, joins, sorting, pagination
|
|
135
|
-
- **Backend**: JSON:API per `mcp_discovery.json`
|
|
136
|
-
- **CORS**: Ensure API allows `http://localhost:3000`
|
|
137
|
-
```py
|
|
138
|
-
from flask_cors import CORS
|
|
139
|
-
CORS(app, origins='*') # or restrict to localhost:3000
|
|
140
|
-
```
|
|
141
|
-
- **Project Setup**:
|
|
142
|
-
- Use `create-react-app`
|
|
143
|
-
- Include: `react-admin`, `@mui/material`, `@emotion/react`, `@emotion/styled`, `react-router-dom`
|
|
144
|
-
- Do not use any deprecated or unmaintained libraries
|
|
145
|
-
- Include complete and correct `App.js`, `index.js`, `dataProvider.js`, and `index.html`
|
|
146
|
-
|
|
147
|
-
---
|
|
148
|
-
|
|
149
|
-
## Run Instructions
|
|
150
|
-
|
|
151
|
-
```bash
|
|
152
|
-
npm install
|
|
153
|
-
npm start
|
|
154
|
-
```
|
|
155
|
-
|
|
156
|
-
Then open in browser: `http://localhost:3000`
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|