42
Views
8
Comments
Solved
Need suggestion for practice
Application Type
Reactive
Service Studio Version
11.54.7 (Build 62326)

Hey team can you please suggest some practice application for clearing my basic in reactive web application .


Ana Agostinho 

Thankyou .


Hi Arif,


I would suggest to use the classic examples the OutSystems courses include: App of ToDos, hotel booking system, holiday planning system.


These will allow you to brush your UI skills, but also some backend logic. In case of the holiday planner, you will be able to challenge situations like get public national holidays (testing integrations and asynchronous skills), as well as concurrency (user can't ask total amount of days twice, etc.).


Ultimately, my suggestion was to get some of the exercise examples from the courses and go from there.


Good luck!
João

hotel booking alredy done 

can you please share me the PDF of holiday planner

Hi Arif,


I thought I had seen it somewhere, but I couldn't find it.

In any case, imagine something like that:

  • There are two roles, employee and manager;
  • The employee can book its holidays (22 per year, a configurable number);
  • If he schedules a range that includes weekends or holidays (the public holidays can be fetched by the Worldwide Public Holiday Api, for instance)
  • The employee submits holidays and the manager approves them or rejects them.
  • The employee can see his / her requests, its status, and his / her number of holidays available
  • The manager can see requests pending his / her decision
  • A manager can also submit his / her holidays (after all, s/he's also an employee) but s/he cannot approve / reject his / her own holidays
  • You can use BPT, for instance, for the process of submit + approval / reject, for instance.


Kind Regards,
João

@João Marques can you send the pdf and resources for the suggestions you gave?

"I would suggest to use the classic examples the OutSystems courses include: App of ToDos, hotel booking system, holiday planning system. "

Thank you

Hi Mafalda ,

PFA .

This is a hotel room booking system pdf .

Hope it will help you 

Thanks 

Arif .




Developer Boot Camp Classroom Workbook.pdf
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.