Time for action - checking the Team Twitter application
Let's define some functional requirements for the Team Twitter application.
Reading team tweets
You can read all the tweets of a team in a reverse chronological order, search the tweets for any specific keyword, or navigate through the tweets by the tags. In addition to this, you can also filter the tweets by the team members. By default, tweets from all team members are displayed:
Logging in to the Team Twitter application
To tweet in a team, one should log in to the application. If he or she is not already part of the team, they can join the team.
Tweeting to the team
One can tweet a text or video. One can tag the tweet to categorize it and all the tweets are displayed in reverse chronological order.
What just happened?
We have seen the high-level functional requirements of the Team Twitter application. We'll develop this application across the book as we learn more about the qooxdoo framework. In this book, all code related to the user interface development of the team twitter application will be explained in detail, but the server-side and the database part of the code will not be explained, as it is not in the scope of this book. The code for the entire application can be downloaded from the site.