canmove, Confirmed users
1,448
edits
No edit summary |
|||
| Line 22: | Line 22: | ||
The user should interact with it in the most frictionless way possible. Some user input is better than no input at all. Alfred doesn't get in the way and tries to be as helpful as possible — but without nagging the user. | The user should interact with it in the most frictionless way possible. Some user input is better than no input at all. Alfred doesn't get in the way and tries to be as helpful as possible — but without nagging the user. | ||
==Overview== | |||
Alfred's architecture consists of three components: | |||
* an API server connected to a MongoDB instance, | |||
* an IRC bot, | |||
* a React front-end. | |||
==Roadmap== | |||
Alfred is in very early stages of development. Consult https://github.com/stasm/alfred/milestones for more information about the current status and release planning. | |||