PlannerApp v1 banner

PlannerApp v1

2 devlogs
8h 25m 20s

(needs a better name) Taking the features I like most out of Saturn, a "social networking" app (owned by Snap! that provides useful features but also lets pretty much anyone see information about you, your school, classes, etc., and puts them into…

(needs a better name) Taking the features I like most out of Saturn, a “social networking” app (owned by Snap! that provides useful features but also lets pretty much anyone see information about you, your school, classes, etc., and puts them into an app that doesn’t try to share the info with others.

Demo Repository

Loading README...

kat

watchOS complications haven’t been working until now. Accessing SwiftData inside watchOS complications is annoying, and the solutions online don’t seem to take into account recent *OS changes. What ended up working was storing a reference of the database inside the widget extension. This is genuinely most of what I worked on for 5 hours I’m slowly going insane

Attachment
Attachment
Attachment
Attachment
0
kat

Base functionality of the app, before flavortown started. Architecture uses SwiftUI on both the iOS app and companion watchOS app. iOS app allows you to store schedules and classes (functionality like to-dos, calendar will occur later). It then stores in SwiftData and syncs to the watch with Watch Connectivity, where the watch will also save it in it’s copy of the SwiftData db and set up the complications as necessary (the main watchOS component right now).

Attachment
Attachment
Attachment
0