todo
parent
ced1afff88
commit
ecf22c3a3d
2
main.go
2
main.go
|
|
@ -9,7 +9,6 @@ import (
|
||||||
"local/truckstop/config"
|
"local/truckstop/config"
|
||||||
"local/truckstop/logtr"
|
"local/truckstop/logtr"
|
||||||
"local/truckstop/message"
|
"local/truckstop/message"
|
||||||
"log"
|
|
||||||
"net/http"
|
"net/http"
|
||||||
"net/url"
|
"net/url"
|
||||||
"regexp"
|
"regexp"
|
||||||
|
|
@ -333,7 +332,6 @@ func updateDeadJobs(jobs []broker.Job) error {
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
log.Printf("db.List() => %+v", list)
|
|
||||||
for _, listEntry := range list {
|
for _, listEntry := range list {
|
||||||
wouldBe := strings.TrimPrefix(listEntry, "sent_job_")
|
wouldBe := strings.TrimPrefix(listEntry, "sent_job_")
|
||||||
found := false
|
found := false
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,10 @@
|
||||||
todo:
|
todo:
|
||||||
- mark jobs no longer avail by modifying in matrix;; save matrix ID over dummy payload
|
- TEST. Just like, refactor and test to shit.
|
||||||
- recv-as for clients so pa receives mas commands as writes
|
|
||||||
- try search ntg by autoinc?
|
- try search ntg by autoinc?
|
||||||
|
- test each !command callbacks to matrix
|
||||||
|
- recv-as for clients so pa receives mas commands as writes
|
||||||
- continuation is garbo, but I can still do better client side to avoid get-set high level
|
- continuation is garbo, but I can still do better client side to avoid get-set high level
|
||||||
- no hard code jpeg or have it in multiple places
|
- no hard code jpeg or have it in multiple places
|
||||||
- test each !command callbacks to matrix
|
|
||||||
- change matrix so I test my custom logic even if I dont fetch remote
|
- change matrix so I test my custom logic even if I dont fetch remote
|
||||||
- warn/err/etc. on clobbering ids.matrix since clients can mess with one another
|
- warn/err/etc. on clobbering ids.matrix since clients can mess with one another
|
||||||
- modify old items once no longer available; drop stale jobs good candidate but requires new matrix interaction
|
- modify old items once no longer available; drop stale jobs good candidate but requires new matrix interaction
|
||||||
|
|
@ -14,6 +14,7 @@ todo:
|
||||||
- banlist criteria like vendors, brokers, metadata
|
- banlist criteria like vendors, brokers, metadata
|
||||||
- set up copy for caleb, broc
|
- set up copy for caleb, broc
|
||||||
done:
|
done:
|
||||||
|
- mark jobs no longer avail by modifying in matrix;; save matrix ID over dummy payload
|
||||||
- TEST its falling apart
|
- TEST its falling apart
|
||||||
- help() log on truckstop for stuff like perma 403
|
- help() log on truckstop for stuff like perma 403
|
||||||
- figure out zoom on maps;; is there like an auto-zoom I can leverage?
|
- figure out zoom on maps;; is there like an auto-zoom I can leverage?
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue