---
title: BigFish
tags: PM
---
# BigFish
Goal: establish first proof-of-concept of a column operating over a thread.
## Objectives
- Members have views
- Members publish their updated view in a Batch
- As a member I should (track/store) the views of other members (?)
## tasks
specific tasks:
- [x] threads config (Ben)
- [ ] read NodeKey from unencrypted file off disk
- [ ] NewThreadsNetwork; OnStart()
- [x] define Reactor interface; impl BaseReactor
not-yet specified tasks:
- [ ] switch
- [ ] View component
- [ ] Slicer component
- [ ] define reacting components (View, ...)
- [ ] AppConnection; checkBatch;
- [ ] go-mosaic/threads/threads.go service based off of textileio/threads/common/common.go netBootstrapper
completed tasks:
- [x] basic config layout
- [x] CI
- [x] set up logger correctly (github.com/ipfs/go-log)
## Meeting notes
### 25 august 2020
- funnel proposal
- view datastore
- learn fast, communicate:
- [ ] website, build on Hugo start, add landing page
- [ ] readme go-mosaic
- doc.go contains user API and description for a package
- spec.md contains problem statements, hypothesis and spec for implementation parts of the package (for devs)