epicyon/README_roadmap.md

27 lines
649 B
Markdown
Raw Normal View History

2021-06-27 10:19:14 +00:00
# Roadmap
2020-09-01 20:46:50 +00:00
## UX
2021-06-27 10:19:14 +00:00
* Minimize button shows different icons or highlighting
* Layout of buttons on person options screen
2020-09-01 20:46:50 +00:00
2021-06-27 10:19:14 +00:00
## Groups
2020-09-01 20:46:50 +00:00
* Groups can be defined as having particular roles/skills
2021-08-03 16:10:29 +00:00
* Parse posts from Lemmy groups
* Think of a way to display groups. Maybe assign a hashtag and display them like hashtag timelines
2020-09-01 20:46:50 +00:00
2021-06-27 10:19:14 +00:00
## Questions
2020-09-01 20:46:50 +00:00
2021-06-27 10:19:14 +00:00
* Still not implemented ideally
* Instance-only questions
* Active polls screen?
* Questions more integrated into overall organization
2020-09-01 20:48:57 +00:00
## Code
2021-06-27 10:19:14 +00:00
* More unit test coverage
2021-08-03 16:10:29 +00:00
* Unit test for federated shared items
2021-06-27 10:19:14 +00:00
* Break up large functions into smaller ones
* Architecture diagrams
* Code documentation?