Skip to content

Canvas Plus, a better Canvas for students. πŸ§‘β€πŸŽ“

Notifications You must be signed in to change notification settings

gtiosclub/CanvasPlusPlayground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

79 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Canvas Plus (iOS)

A multi-semester iOS Club initiative, working towards a better iOS client for students using Canvas.

Feature Database

This feature database contains a list and status of features and ideas for this project. To contribute to the list, reach out to an iOS Club exec member on our Discord server.

Resources

Debugging SwiftData

  • SQLite Viewer for viewing SQLite files that SwiftData writes to.
  • Print the following at app launch to get the directory storing these SQLite files.
print(URL.applicationSupportDirectory.path(percentEncoded: false))

Swiftlint

This project uses swiftlint, a Swift Package that ensures consistent code formatting across the codebase. Upon building the project, you will automatically see any swiftlint errors in Xcode. Please resolve these before merging new code into the codebase.

'swiftlint` can automatically fix these most of these errors for you:

  1. Install swiftlint via your Terminal: brew install swiftlint.
  2. Run swiftlint --fix within your project directory.

To make your life easier, you can have Xcode automatically reformat after a particular column length, and trim trailing whitespaces:

  1. Open Xcode preferences (Cmd+",")
  2. Go to Text Editing > Editing
  3. Turn on "Automatically reformat when completing code", "Automatically trim trailing whitespaces", and "Including whitespace-only lines"

About

Canvas Plus, a better Canvas for students. πŸ§‘β€πŸŽ“

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages