qooxdoo Beginner's Guide
上QQ阅读APP看书,第一时间看更新

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:

Reading team tweets

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.

Logging in to the Team Twitter application

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.

Tweeting to the team

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.