How to create the APPLICATION....can anyone please suggest me..!
Login:
1.( With basic Sign-up functionality)
2.To Do Viewer
3.Create To DO Popup
User Journey :
1.After Successful login user will be navigated to To Do view screen
2.On that page there will be a provision for creating a new to-do item
3.If there is no to-do item present, then page will show a message “No Items Available”
4.To-Do items will be grouped by active, overdue (completion date is already over) and future and resolved.
Each group will further grouped by priority :
There will be separate color coding for 3 types,
1.Past will be Red and Bold
2.Present is Orange
3.Future will be green with italics
4.Resolved will be Green with green tick icon beside them, and text will the strike-through
Each to do line item will provide options for removing and resolving the item
1.If deleted, then that item will be removed from database and the view as well
2.If resolved then item will come under resolved section
3.Please note: Future items can not be resolved but they can be removed
Create To Do: A small popup will open by clicking on the button on the main page. This popup will contain
1.To-Do Name (Max 100 characters, Min 10 characters, has to be alpha numeric)
2.Priority (Dropdown – High, Medium, Low)
3.Resolution date (Validation: Only current or future dates)
4.Button for Save & Cancel. Save button will be disabled if there is/are any validation error
Non-Functional Requirements :
1. Application must be responsive
2.Application must be modular. Create OutSystems blocks to compose the screens
3.Proper exception handling is required. Need to implement a global and local exception handling mechanism
4.Database calls should not be invoked directly from UI. It should route through a separate module
Hello
First of all I suggest you to complete the Courses with assessments available on the Guided path
Start with -
Becoming a Reactive Web Developer
You can also go through the assignments her to have a more practical knowledge and you will get handy with OutSystems -
Building a Patient Self-Service PortalBuilding an Order Management ApplicationBuilding an Employee Directory Application
Now for the Login and SignUp you can refer to the Tutorial here -
Now for the to-do list app you can refer to the Apps available on Forge and Provided by Outsystems
Forge available - https://www.outsystems.com/forge/component-overview/13076/todo-app
and One app available at Outsystems only I am attaching an OAP file which you can open and see the project
I am attaching a link here which will help you to install that OAP inti your environment
https://www.outsystems.com/forums/discussion/72666/about-the-oap-files/
Since your requirement has lot of points it is not possible to cover all , its a full project , You can sytart practicing and try to create the app by yourself.
I hope thus will help
Best RegardsTousif Khan
thank but can me suggest me Tousif how to develop reactive application
Hi Sanket,
Welcome to the OutSystems community.
As I noticed you just recently started your journey with OutSystems, I would like to suggest you follow the great free online training first before you actually start thinking about developing a application with OutSystems. The training will give you the basics to understand how to convert your question into a plan of action to develop the Todo Application.
My suggestion is to follow two guided paths:
https://www.outsystems.com/training/paths/18/becoming-a-reactive-web-developer/
and then
https://www.outsystems.com/training/paths/1/becoming-a-mobile-developer/
After this, you should understand the concepts of OutSystems and be able to a large extent convert your idea in a working application. Spoiler allert, when you start creating a new application you can select From scratch or From an App. If you chose From an App you can choose for a Task Manager app. You can learn how it is implemented by inspecting the code, and adopt it to fit your requirements.
Enjoy the learning journey!
Regards,
Daniel