Ivelin Ivanov
Ivelin Ivanov
This maybe a very big stretch goal given current model size and ops limitations, but inspirationally worth considering. Could be a big unlock of applications on ezkl, if it is...
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to a proposed and approved project on Arbitrum...
**Is your feature request related to a problem? Please describe.** Currently frontend [readme](https://github.com/SporosDAO/sweat-token/blob/dev/frontend/README.md) does not provide any guidance on writing test cases. **Describe the solution you'd like** We need a...
**Is your feature request related to a problem? Please describe.** Currently members page (named People) shows a list of addresses, ens names and ownership stake. There is a suggestion for...


Developer custom react components extending MUI that fit the Sporos DAO branding and Figma theme: https://www.figma.com/file/HjgPX0qjMYgvDjeliS4EwD/Sporos-DAO-App?node-id=220%3A58782 Related discord thread: https://discord.com/channels/962821474777972786/964949121804959774/1021420736763670630 WIP PR: https://github.com/SporosDAO/sweat-token/pull/137
Currently UI shows projects and allows tributing to projects, but does not show the list of past tributes to a project. See Project Management MVP demo for additional context: https://youtu.be/_3z2ZqR_3Ls...
# Problem Without automated regression testing, it is near impossible to know when new code meant to add features or fix bugs breaks other parts of the app. # Desired...
# Problem Currently we pull [`ProjectManagement`](https://github.com/SporosDAO/sweat-token/blob/dev/contracts/src/ProjectManagement.sol) transaction information via RPC, which is suboptimal. The data views we pull such as list of project per DAO, list of tributes per project,...