Skip to content

Commit

Permalink
Notes
Browse files Browse the repository at this point in the history
  • Loading branch information
marek-hanzal committed Jan 30, 2025
1 parent 5747b36 commit 568d982
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions apps/pico/src/@routes/$locale/apps/derivean/root/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -127,12 +127,11 @@ export const Route = createFileRoute("/$locale/apps/derivean/root/")({
<h2>TODO</h2>
<ul className={"flex flex-col gap-2"}>
<li>
<p>New transportation: each waypoint should have it's inventory.</p>
<p>
Compile Transportation list (waypoints); this will require
shortest path (we got it!)
</p>
Add supply/demand buttons; demand will set Demand with the current
inventory limit until fullfilled (if the user don't want more, it
could be simply removed from demands).
</li>
<li>Resolve transport priority?</li>
<li>
Add notification center like inventory is full, production is full
and so on.
Expand Down

0 comments on commit 568d982

Please sign in to comment.