GithubHelp home page GithubHelp logo

filmnotes's Introduction

FilmNotes version 0.2 as of 12.02.21

FilmNotes is an app for cataloguing your analouge film photography. Add a new Roll (item), and enter notes for each Exposure (attribute) you take.

Requires Xcode 11 or later; iOS 13 or later; macOS 10.15 or later.

The key component of FilmNotes is the class CoreDataDataSource, which encapsulates much of the functionality of an NSFetchedResultsController in a manner to be useful with SwiftUI. This version of CoreDataDataSource has several custom initialisers for different usage scenarios. A TabView is used to display and edit the same CoreData database in several ways.

๐Ÿ“ท Tab 1

A list view of Rolls (items) and Exposures (attributes) with editing capability.

โœจ Tab 1 to-do

Connect all input fields to their own Items and Attributes in the CoreData model.

Limit each Roll (item) to 36 Exposures (attributes). Once the Roll is filled, move it to the Shoe Box where it becomes uneditable.

๐Ÿ› Tab 2

Two side-by-side instances. This is helpful in debugging, as you can observe CoreData changes in real-time.

๐Ÿ“ฆ Tab 3

CoreDataSource accessed through a nested grouped list, with correct implementations of move and delete.

โ˜‘๏ธ Tab 4

ListSelectionManager allows specific actions at the time of the selection or deselection, in addition to inserting and deleting from the selection set. Selecting items is only allowed in Edit mode, which also exposes several commands when active.

๐Ÿ” Tab 5

Added a new method to load the Data Source using a NSPredicate to supply data to a ForEach list. Created a UIViewRepresentable SearchBar that accepts the input text and returns a new NSPredicate back to the SwiftUI view after each keystroke.

๐Ÿšง Known Issues

Rolls with an identical Name are combined in the Shoe Box. They need to be seperated by Order or Date/Time.

The NavigationBarTitle shows ghosting from the previous NavigationBarTitle. Seemingly fixed by using the In-line style rather than Large style.

When reordering rows, the first Roll or Exposure in the list becomes Order 0.

When in the Search tab, there is no way to dismiss the keyboard other than quitting the application.

filmnotes's People

Contributors

mrtymcln avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.