09-14-2021, 11:21 PM
Previously on Tactic with Vue3
Sep 9th 2021 Establish Tactic In My Dev Environment
- First step is to grab the Tactic Docker Image from https://github.com/diegocortassa/docker-tactic.
- Some fuzzing around later the container is up and running on DockerDesktop https://www.docker.com/products/docker-desktop.
- Problem was somehow I could not change the service from default port 80 to something else.
- In the end I rearanged some other services and that's that. Another problem for later on.
- My Docker Desktop currently is V3.6.0 (67351) btw.
- It's running on a Windows 10 Pro Laptop by Acer and hooks into WSFL2 running Ubuntu 20.04.2 LTS.
Sep 10th 2020 Create Account And Pick Up Some Tactic Basics
- First login establishes username/password as admin/admin. This is the playful no-security-what-so-ever stage of exploration.
- Watched one of the introductory vids on Youtube https://youtu.be/AkEld1mNd1c.
- My understanding is: everything has a workflow, I need to define searchableTypes (sType) and then store/publish searchableObjects (sObjects).
- The interface happens to spin my head and I need some time to adapt.
- It is unclear to me which project scope I am in.
- I also do not understand what's global and what is local.
- Nevertheless it's a start in the end I accomplished the following.
- I created a new sType.
- I created a coresponding sObject (Did I really? I'm nor sure actually.).
- With some thought, trial and error I could even repeat the steps.
Sep 12th 2020 Showcase Some Integration of Vue3 With Tactic
- Long story short I combined my limited expertise in Vue3, JS and Tactic and...
- Was able to show the Jobs from southpawtech demosystem on an experimental page of my app.
- This is what I used as a startingpoint: http://doc.southpawtech.com/doc/API/star...tart_rest/
Next on Tactic with Vue3
- Code samples for first integration
- I plan to retrieve and display an image, then do uploads, later PDF-files maybe
- I also should be reading http://community.southpawtech.com/docs/developer/
--t
Sep 9th 2021 Establish Tactic In My Dev Environment
- First step is to grab the Tactic Docker Image from https://github.com/diegocortassa/docker-tactic.
- Some fuzzing around later the container is up and running on DockerDesktop https://www.docker.com/products/docker-desktop.
- Problem was somehow I could not change the service from default port 80 to something else.
- In the end I rearanged some other services and that's that. Another problem for later on.
- My Docker Desktop currently is V3.6.0 (67351) btw.
- It's running on a Windows 10 Pro Laptop by Acer and hooks into WSFL2 running Ubuntu 20.04.2 LTS.
Sep 10th 2020 Create Account And Pick Up Some Tactic Basics
- First login establishes username/password as admin/admin. This is the playful no-security-what-so-ever stage of exploration.
- Watched one of the introductory vids on Youtube https://youtu.be/AkEld1mNd1c.
- My understanding is: everything has a workflow, I need to define searchableTypes (sType) and then store/publish searchableObjects (sObjects).
- The interface happens to spin my head and I need some time to adapt.
- It is unclear to me which project scope I am in.
- I also do not understand what's global and what is local.
- Nevertheless it's a start in the end I accomplished the following.
- I created a new sType.
- I created a coresponding sObject (Did I really? I'm nor sure actually.).
- With some thought, trial and error I could even repeat the steps.
Sep 12th 2020 Showcase Some Integration of Vue3 With Tactic
- Long story short I combined my limited expertise in Vue3, JS and Tactic and...
- Was able to show the Jobs from southpawtech demosystem on an experimental page of my app.
- This is what I used as a startingpoint: http://doc.southpawtech.com/doc/API/star...tart_rest/
Next on Tactic with Vue3
- Code samples for first integration
- I plan to retrieve and display an image, then do uploads, later PDF-files maybe
- I also should be reading http://community.southpawtech.com/docs/developer/
--t