shipping_containers

时间:2024-06-07 15:04:09
【文件属性】:

文件名称:shipping_containers

文件大小:1.83MB

文件格式:ZIP

更新时间:2024-06-07 15:04:09

JavaScript

ClearMetal挑战 React和Redux用于创建允许用户执行以下操作的前端: 查看所有需要运输的容器 查看今天要离开的船只 将容器分配给容器 通过发布到API来“保存”船只计划 查看他们创建的任何船只计划 使用者介面 1)查看所有需要运输的容器 容器状态部分应保留未分配给容器的容器的记录,因为需要使用removeContainers来处理容器映射的提交逻辑: // ---------- containers action utils ---------- export const fetchContainers = ( ) => ( axios . get ( url ) . then ( resp => resp ) ) ; // ---------- containers actions ---------- export const receiveConta


【文件预览】:
shipping_containers-master
----.gitignore(63B)
----README.md(9KB)
----api.py(3KB)
----test()
--------components()
--------test_helper.js(1KB)
----bundle.js.map(1.57MB)
----bundle.js(1.34MB)
----package.json(1KB)
----src()
--------components()
--------actions()
--------reducers()
--------index.js(342B)
--------store()
----.babelrc(48B)
----requirements.txt(52B)
----index.html(394B)
----webpack.config.js(483B)
----style()
--------reset.css(1KB)
--------app.css(6KB)
----assets()
--------images()
----package-lock.json(205KB)

网友评论