All Projects → rudimusmaximus → DevFlow

rudimusmaximus / DevFlow

Licence: other
A Dev Flow for Google Appscript

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to DevFlow

Pydrive
Google Drive API Python wrapper library
Stars: ✭ 1,180 (+2709.52%)
Mutual labels:  gsuite
Gam
command line management for Google Workspace
Stars: ✭ 2,558 (+5990.48%)
Mutual labels:  gsuite
drive-zipextractor
Extract (decompress) ZIP files into Google Drive using the Google Drive API
Stars: ✭ 432 (+928.57%)
Mutual labels:  gsuite
Go Samples
Go samples for Google Workspace APIs
Stars: ✭ 117 (+178.57%)
Mutual labels:  gsuite
Google Drive Recursive Ownership
Tool to recursively give away file and document ownership to another user.
Stars: ✭ 176 (+319.05%)
Mutual labels:  gsuite
gsuite-user-auto-create
No description or website provided.
Stars: ✭ 33 (-21.43%)
Mutual labels:  gsuite
Apps Script Oauth2
An OAuth2 library for Google Apps Script.
Stars: ✭ 967 (+2202.38%)
Mutual labels:  gsuite
laravel-gsuite
A Laravel package to setup Google OAuth and GSuite Admin SDK.
Stars: ✭ 17 (-59.52%)
Mutual labels:  gsuite
Java Samples
☕ Java samples for Google Workspace APIs.
Stars: ✭ 179 (+326.19%)
Mutual labels:  gsuite
gsuite-signature-manager
Organization wide G Suite email signatures using Mustache templates
Stars: ✭ 27 (-35.71%)
Mutual labels:  gsuite
Drive Utils
Google Drive API utility functions.
Stars: ✭ 149 (+254.76%)
Mutual labels:  gsuite
Php Samples
PHP samples for Google Workspace APIs
Stars: ✭ 174 (+314.29%)
Mutual labels:  gsuite
Google-Docs-for-Mac
Native Google Docs app for Mac
Stars: ✭ 33 (-21.43%)
Mutual labels:  gsuite
Apps Script Oauth1
An OAuth1 library for Google Apps Script.
Stars: ✭ 115 (+173.81%)
Mutual labels:  gsuite
TSWorkflow
G Suite workflow automation highlighted in my presentation given at SheetsCon-2020 - "Automation with Apps Script"
Stars: ✭ 28 (-33.33%)
Mutual labels:  gsuite
Ruby Samples
💎 Ruby samples for Google Workspace APIs
Stars: ✭ 57 (+35.71%)
Mutual labels:  gsuite
code
Google Apps Script - Code Snippets 👩🏻‍💻
Stars: ✭ 108 (+157.14%)
Mutual labels:  gsuite
portal
A hub-and-spoke platform for organizations to effectively manage their operations and data. Uses GSuite.
Stars: ✭ 26 (-38.1%)
Mutual labels:  gsuite
google-backup
Drive/Gmail/Calendar backups
Stars: ✭ 31 (-26.19%)
Mutual labels:  gsuite
drive-music-player
Fully client side Music Player for Google Drive
Stars: ✭ 567 (+1250%)
Mutual labels:  gsuite

DevFlow

A Dev Flow for Google App script. Starter templates, a label scheme, the presentation with many links for reading further, a list of what to install and what it might cost you.

This repository will be used to demonstrate the described 'development work flow' for creating and maintaining Google Apps Script. It will be updated over time to demonstrate various best practices and general demonstrations; some inspired by topics covered in the Totally Unscripted series and posts in the over 20,000 member strong G+ Google Apps Script Community and others by my own private projects.

This addon is intended to be a learning tool whose users can contribute via fork and pull or just follow along.

Anyone can learn to run a test as addon in sheets and quite a bit more via this repository example.

I hope it helps you on your journey and that we will see some contribution by you in the form of discussion or new or improved demos.

Current Release Intent

Please note collaboration is open to all starting with release v1.0.0

Release Description Collaboration Status
v0.1.0 "empty shell" the basic repository with .github folder of templates for contributing, issues, and pull requests and without code Closed
v0.2.0 "namespace w semantic versioning" a few files to establish .gs namespace for our work Closed
v0.3.0 "DevFlow for FEW-D: demo ready" ready for hands on demo with google's simple addon; will be replaced with true addon for demos during sprint to v1. Closed
v0.4.0 "make test ready" automation of applying naming standards during script development and sheets testing See issue #8 to track progress Closed
v0.5.0 "minimal add-on for sheets prep" ready for first example demo Closed
v1.0.0 "minimal add-on for sheets" Demonstrable, can clone and publish test as addon; a basic sidebar with workflow start and restart and menu with at least one example demo, issues to list out ongoing and upcoming demo ideas, kick off meetings and working sessions to solicit feedback on contributors. - // TODO: list a few issues by hash link reference Open to all (volunteer today)
v1.1.0 "what's new" the what's new approach from earlier TU Episode Open
All Future Releases star this repo and follow via zen board, fork and suggest, or create issues for requests - // TODO: list a few issues by hash link reference Open (see 'Zen Board' for all DevFlow)

To Use

See tools section for links. Also, see the section "How to participate".

  • Star and watch this repo for ongoing updates
  • Install ZenHub extension in Chrome or Firefox from the GitHub Marketplace
  • Use the ZenHub task board to monitor flow of issues and to add to the discussion
  • Follow contributing guidelines for adding new issues like requests for demos or your own idea
  • Practice 'git flow' conventions in your local work; i recommend using GitKraken to initialize the Git Flow for your forked repository when working locally and then submitting a pull request to the develop branch of the main repository. Please make sure you have pulled the latest develop and are not submitting code with conflicts.
  • Install GAS Github Assistant for working out of Google's online script editor

screen shot 2017-07-07 at 1 23 20 am

# Original Concept and Background ## The entire presentation [Dev Flow by a Process Guy.pdf](https://github.com/rudimusmaximus/DevFlow/files/1130955/Dev.Flow.by.a.Process.Guy.pdf)

As presented in Totally Unscripted Episode 10: Professionalizing Google Apps Script Development

Totally Unscripted: Episode 10 Highlights - Becoming a Google Apps Script Developer Zen Master

My 7m presentation is followed by about 7 min of discussion. Here is the original presentation in a highlight video. Totally Unscripted: Episode 10 Highlights - Becoming a Google Apps Script Developer Zen Master

Check out the whole episode if you have time for other approaches and also the whole channel is a great resource for google apps script.
Totally Unscripted Episode 10: Professionalizing Google Apps Script Development

See Also

Our contributing guidelines in this repo's file ".github/CONTRIBUTING.md"

Back Ground Reading (inspiring this dev flow)

“A Successful Git branching model” by Vincent Driessen
“Better Software & Stronger Teams: Project Management for GitHub” by By Matt Butler and Paige Paquette of ZenHub
“Comparing Workflows” by Atlassian
“Make The Product Backlog DEEP” by Roman Pichler
“Post-Agile: A Design Thinking Approach to Software Development” by Tom Dabson
“Semantic Versioning” by Tom Preston-Werner

Implement for yourself

Overview

image

Tools with links

GitHub - Remote Origin or “truth” repo hosted on private or public repository. With the following standards:

-Git Flow - branch and release tagging approach; see reading list and also GitKraken; enables scalable workflow as you add developers and repositories.
-Semantic Versioning 2.0.0 - referred to and modified in creating our own, consistently applied approach during development and for live releases. Tied to our analytics, release tagging, and code changes.

ZenHub - integrates natively with GitHub's user interface providing a layer of planning without context switching; burndown charts, Velocity tracking, and Release reports powered by live GitHub data. Keeps more people closer to the code.

Work on developer’s local machine

Atom - hackable text editor for Windows, Mac AND Linux.

GitKraken - Git GUI for Windows, Mac AND Linux. Free for open source, educational, non‑profit, or personal use.

Work in developer’s web editor

G Drive Script editor - best in Chrome

GAS Github Assistant - Chrome extension

Costs (confirm on sites)

Google accounts are separate.

Tool Free Paid
1 GitHub public repos $7/m Developer 25/m Org team w/ first 5 more at 9per
2 ZenHub < 6 people $5 user/m on 6 or more
3 Atom open source open source
4 GitKraken sometimes w/o conflict tool 49/yr Ind user 390/yr 10 users
5 Script Editor with 6 GAS GH Assistant open source open source
Total 0 Affordable : )

A Special Note on Chromebooks

It is possible to install and run some releases of Linux on a Chromebook that's been put into Developer mode.
Please see "crouton" - Chromium OS Universal Chroot Environment
The cool part here is that you are not dual booting and the Chromebook appears to receive updates and continues to support multiple users. I'm told this voids the warranty on the Chromebook? Worth exploring.

How To Participate in the DevFlow Repository

This section brought to you by a short side project (DevFlow 4 FEW-D) whose site link is Grow With Google Front End Web Development Track - Side Project Visit that for site for meetings, replay links, and contributors as we demonstrate the collaboration phase for DevFlow v1.0.0

[this section to be updated when the project is completed April 11, 2018]

Quick route "i just want to explore the addon demo"

TODO: DevFlow 4 FEW-D

Contributor route "i'd like to try out the DevFlow by participating in the project"

Phase II notes

  1. Add your name and GitHub handle to the bottom of this list:
  • Rob Goelz @RobGoelz
  • Your Name @YourHandle
  1. Save this file and commit and push to your origin/develop branch.

  2. Submit a pull request from this branch to the development branch.

Implementor "i want to customize DevFlow and make it my own for one or more projects"

[future project]

The DevFlow for FEW-D is a side project to demonstrate collaboration on a GitHub repository designed to socialize a 'development work flow' for creating and maintaining Google Apps Script. Because this repo will include a sheets addon, participants will be able to explore the world of Google Apps Scripting in the useful space of spreadsheets, directly applying recently acquired skills AND laying a framework for much more.

  • Apply your CSS, HTML, and JavaScript skills in a new context
  • Expand your networks
  • Contribute to an open source project
  • Learn about Google Apps Scripts and Sheets Addons (quickly)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].