[[BackLinksMenu]] = Analysis = == Overview == S2S Core Commons includes general rules and workflows of business logic. At this revision it would be minimal business logic. == Task requirements == * Create the logic for some web pages. These could be for example: * Login * User Profile * About * Use mock database - hard coded data. * Write unit tests. == Task result == * The result of this task should be source code. == Implementation idea == - == Related == * [wiki:S2S_CORE_DEPLOYMENT_R0] == How to demo == * Run unit tests. * Show the source code. * Answer if there are any questions. = Design = * create unit test which represents test for user login(if there is remaining effort you should test user logout too) * Create method/class for user login in the server * the method can be named isValidUser or isValidated and must return boolean value telling if the user is logged successfully or the login failed = Implementation = ^(Implementation results should be described and linked here (from the wiki or the repository)^ = Testing = = Comments = = Log = [[Include(wiki:S2S_CORE_COMMONS_R0_LOG)]]