-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Kyryl Krylov, CPA edited this page May 8, 2020
·
35 revisions
Welcome and thank you for choosing Creatio. In this two week journey we will cover variety of topics.
Server Side (C#)
- [ ] Server side development Terrasoft.Configuration
- [ ] Server side development Clio
- [ ] Logging with NLog
- [ ] Custom Configuration WebServices
- [ ] Anonymous Custom Configuration WebServices
- [ ] Script Tasks and UserTasks
- [ ] WebSocket Messages
- [ ] ClassFactory (declarative binding)
- [ ] Application Event Listener (AppEventListenerBase or IAppEventListener)
Client Side (JS)
- [ ] UI Elements
- [ ] Custom Attributes
- [ ] WebSocket Messages subscription
- [ ] JS Inter module messaging with Sandbox
- [ ] WebRequests with ServiceHelper
- [ ] Entity Schema Query
- [ ] Feature Toggles, SysSettings and Lookups
- [ ] CSS
Integrations
- [ ] DataService
- [ ] OData 3
- [ ] OData 4
- [ ] WebSocket Messages
- [ ] Working with files
Other
- [ ] Version Control (SVN, GIT)
- [ ] Data Binding
- [ ] CI/CD Pipeline
- Day 1 - Environment Set Up, Configuration, and Tooling
- Day 2 - External Assemblies (ClassFactory, default binding)
- Day 3 - Working with Data (ESQ, vs. Select)
- Day 4 - Working with Events (Event SubProcess, Entity Event Layer)
- Day 5 - Configuration Web Service (authenticated vs anonymous, DataContract)
- Day 6 - Client Side (basic)
- Day 7 - Client Side (messages and mixins)
- Day 8 - External Applications OData, DataService, WebSocket, Files