2014-07-11 12:26:49 +09:00
# Roadmap
Some of the improvements planned for the next versions of Telescope. Email [hello@telesc.pe ](mailto:hello@telesc.pe ) if you think you can help with any of this!
[Fixing issues ](https://github.com/TelescopeJS/Telescope/issues ) is also a great way to pitch in :)
2014-07-13 11:32:37 +09:00
- Get rid of default user account dropdown.
2014-07-11 12:26:49 +09:00
- Better user profiles.
- Better user dashboard (with search).
2014-07-13 11:15:58 +09:00
- Implement real reactive joins.
2014-07-14 10:12:02 +09:00
- Add list of users participating in a thread.
2014-07-13 11:15:58 +09:00
- Improve post pagination.
- Improve subscriptions management.
2014-07-15 07:45:37 +09:00
- Refactor CSS with layout/visuals/colors separation.
2014-07-11 12:26:49 +09:00
- Improve the invite system. See [#253 ](https://github.com/TelescopeJS/Telescope/issues/253 ).
- Make a package to send a email newsletter containing the top X posts of the day/week/month.
- Use [Autoform ](https://github.com/aldeed/meteor-autoform/ ) package for `post_edit` and `post_submit` forms.
- Support @mentions .
- Support following other users.
- Improved tag system with hierarchical and user-defined tags.
- Auto-post from RSS feed.
- Auto-post from Twitter.
- Use text-based URL slugs (i.e. `site.com/12345/this-is-a-post-title` )
- Improve settings panel (multiple sections, better help text).
## Package Ideas
These are things that won't be supported by Telescope's core, but would make good ideas for packages.
- Image Upload (ability to upload an image or file with each post).