This will be the design journal of the work for the Deli Shez coffeeshop


August 31, 2023

ORDERED APPLE PRESS



August 29, 2023


August 23, 2023

The Eel work is completed, on oyster at
/Users/donzeek/Developer/Python3/eel/eelproject
├── eel.frg
├── main.py
└── web
├── index.html
└── script.js

The next work will be django-eel from here
Work is at

/Users/donzeek/Developer/Python3/django/django_eel
├── Django-Eel
│   ├── LICENSE
│   ├── MANIFEST.in
│   ├── README.md
│   ├── demo
│   │   ├── README.md
│   │   ├── demo
│   │   │   ├── __init__.py
│   │   │   ├── routing.py
│   │   │   ├── settings.py
│   │   │   ├── urls.py
│   │   │   └── wsgi.py
│   │   ├── example
│   │   │   ├── __init__.py
│   │   │   ├── admin.py
│   │   │   ├── apps.py
│   │   │   ├── migrations
│   │   │   │   └── __init__.py
│   │   │   ├── models.py
│   │   │   ├── tests.py
│   │   │   └── views.py
│   │   ├── examples
│   │   │   ├── __init__.py
│   │   │   ├── admin.py
│   │   │   ├── apps.py
│   │   │   ├── migrations
│   │   │   │   └── __init__.py
│   │   │   ├── models.py
│   │   │   ├── templates
│   │   │   │   └── examples
│   │   │   │   ├── callbacks.html
│   │   │   │   ├── file_access.html
│   │   │   │   ├── hello.html
│   │   │   │   ├── main.html
│   │   │   │   └── sync_callbacks.html
│   │   │   ├── tests.py
│   │   │   ├── urls.py
│   │   │   └── views.py
│   │   ├── manage.py
│   │   └── routine.py
│   ├── django_eel
│   │   ├── __init__.py
│   │   ├── admin.py
│   │   ├── apps.py
│   │   ├── browsers.py
│   │   ├── chrome.py
│   │   ├── consumers.py
│   │   ├── migrations
│   │   │   └── __init__.py
│   │   ├── models.py
│   │   ├── static
│   │   │   └── eel
│   │   │   └── js
│   │   │   └── eel.js
│   │   ├── tests.py
│   │   ├── urls.py
│   │   └── views.py
│   └── setup.py
└── djangoTree.txt


After checking out Eel, return to work at (this is the virtual environment directory)


/Users/donzeek/Developer/Python3/django/deliShez
├── config
│   ├── __init__.py
│   ├── __pycache__
│   │   ├── __init__.cpython-311.pyc
│   │   ├── settings.cpython-311.pyc
│   │   ├── urls.cpython-311.pyc
│   │   └── wsgi.cpython-311.pyc
│   ├── asgi.py
│   ├── settings.py
│   ├── urls.py
│   └── wsgi.py
├── customer1.frg
├── dataLoad.py
├── dataLoad0.py
├── databaseInit.py
├── db.sqlite3
├── deliShezCenter
│   ├── __init__.py
│   ├── __pycache__
│   │   ├── __init__.cpython-311.pyc
│   │   ├── admin.cpython-311.pyc
│   │   ├── apps.cpython-311.pyc
│   │   ├── models.cpython-311.pyc
│   │   ├── urls.cpython-311.pyc
│   │   └── views.cpython-311.pyc
│   ├── admin.py
│   ├── apps.py
│   ├── migrations
│   │   ├── 0001_initial.py
│   │   ├── 0002_rename_customer_banjo.py
│   │   ├── 0003_remove_banjo_age_remove_banjo_created_at_and_more.py
│   │   ├── 0004_banjo_age_banjo_created_at_banjo_credit_banjo_email_and_more.py
│   │   ├── __init__.py
│   │   └── __pycache__
│   │   ├── 0001_initial.cpython-311.pyc
│   │   ├── 0002_rename_customer_banjo.cpython-311.pyc
│   │   ├── 0003_remove_banjo_age_remove_banjo_created_at_and_more.cpython-311.pyc
│   │   ├── 0004_banjo_age_banjo_created_at_banjo_credit_banjo_email_and_more.cpython-311.pyc
│   │   └── __init__.cpython-311.pyc
│   ├── models.py
│   ├── templates
│   │   ├── __init__.py
│   │   ├── all_customers.html
│   │   └── myfirst.html
│   ├── tests.py
│   ├── urls.py
│   └── views.py
├── files.txt
├── manage.py
├── static


July 20, 2023

  • The first screen is a list of either people, or issues ('more chicken to the bowling alley'). We will discuss their removal.
  • Any line clicked on the first screen brings up the second. The second screen will be a list, a chrono log of communications for that entry.
  • And, any line clicked on the second screen brings up that communication, which could be a combination of text, images/photos, and a map with decorations.
  • So, a tree down to individual messages.
  • Not next time, but near term, also an iMessage app to send messages to the ('unnamed!') app. (What the app does with the message is open)


















The Apple Map




















Work is at /Users/donzeek/Developer/AAyear_2023/deliShezMap


The Deli Calls







/Users/donzeek/Developer/AAyear_2023/deliMessaging/theDeliCalls


The Ring Rover




















Work is at /Users/donzeek/Developer/AAyear_2023/deliMessaging/studyUp/RingRover


July 10, 2023

initial appication into 'git', shows a map and button, map can jump to coffeeshop location on button click.

July 11, 2023

initial work will be a new trial app, an iMessages template app. Future work will involve looking over the differences in the templates.
Presenting SwiftUI Views
from ObjectiveC


















Project at /Users/donzeek/Developer/AAyear_2023/deliMessaging/studyUp/ObjCSwiftUI

July 12, 2023

Embellishing the map
How to display Location and Routes with CoreLocation & MapKit using Swift