|
|
@@ -1,4 +1,4 @@
|
|
|
-# buggo - a go utility for the poor mans bug tracker framework
|
|
|
+# buggo - a queer little tui for the poor mans bug tracker spec
|
|
|
|
|
|
|
|
|
## TODO
|
|
|
@@ -6,9 +6,8 @@
|
|
|
- `bug.go:func (b *Bug) parseHumanToMachine() string { return "" } // TODO: implement!`
|
|
|
- `bug.go:func (b *Bug) parseMachineToHuman() string { return "" } // TODO: implement!`
|
|
|
- `cmd/main.go:// TODO implement cli argv defs`
|
|
|
+- `cmd/main.go: bug, _ := buggo.LoadBug("tests/bugs/test-1") // TODO set via argv`
|
|
|
- `io.go:func (b Bug) WriteBug() (success bool, err error) { return false, nil } // TODO: implement`
|
|
|
- `io.go:func (b Bug) DeleteBug() (success bool, err error) { return false, nil } // TODO: implement`
|
|
|
- `tui.go:// TODO Implement Bubbletea`
|
|
|
-- `tui.go:func (m model) Init() tea.Cmd { return nil } // TODO implement`
|
|
|
-- `tui.go:func (m model) Update(msg tea.Msg) (tea.Model, tea.Cmd) { return m, nil } // TODO implement`
|
|
|
-- `tui.go:func (m model) View() string { return "" } // TODO implement`
|
|
|
+- `tui.go:// TODO Replace bug.go implementation of [Bug.View]`
|