Swiftpack.co - antranapp/Scenarios as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by antranapp.
antranapp/Scenarios 2.3.0
A library for building an internal/development support app easily
⭐️ 40
🕓 1 year ago
iOS
.package(url: "https://github.com/antranapp/Scenarios.git", from: "2.3.0")

Scenarios

Scenarios provides an infrastructure for fast prototyping and feature development for iOS Projects without breaking production apps

Video presentation

Watch the presentation about the framework at iOSConf 2022

IMAGE ALT TEXT HERE

Introduction

Challenges of mobile frontend development

  • Stories with multiple requirements.
  • Multiple stakeholders (backend devs, designers, QAs, PMs, SMs, Testers, CTO, CEO ….).
  • Multiple environments, configurations.
  • Working on multiple features in parallel.
  • Demonstrating multiple states for UI components.
  • Mobile app deployment is complicated.
  • Continuous delivery.

problem

Scenario-driven development

  • Scenarios is a system supporting continuously delivering of incremental updates for mobile app frontends.
  • Targeting early feedback loop from all stakeholders.
  • Avoiding the need to deliver multiple apps for different purposes.
  • Easing parallelism between feature teams.
  • Supporting automated tests.
  • Extensible, new types of scenarios can be created to accommodate different stakeholders: prototype scenario, design system scenario, accessibility scenario, etc ...

scenario

Recommended modular architecture

architecture

Sample app

There is a sample app inside this repository. The app fetches the list of popular Swift repositories from Github and display them in a UITableView.

The app will contain all scenarios for each of the components, as well as a mocking and a production environment scenarios.

https://user-images.githubusercontent.com/478757/136145086-85e43b43-9479-432a-b308-67533b51adad.mp4

Getting Started

Please check out the Sample project.

Acknowledgement

The original idea comes from the team working on the NHS COVID-19 App

The original source code is taken from the iOS source code of the NHS Covid-19 App

License

MIT

GitHub

link
Stars: 40
Last commit: Yesterday
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Release Notes

v2.3.0
1 year ago

What's Changed

Full Changelog: https://github.com/antranapp/Scenarios/compare/2.2.0...2.3.0

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics