Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Edit/Create Activities via Google Spreadsheet #205

Closed
SmokyBob opened this issue Mar 10, 2015 · 2 comments
Closed

Edit/Create Activities via Google Spreadsheet #205

SmokyBob opened this issue Mar 10, 2015 · 2 comments

Comments

@SmokyBob
Copy link
Collaborator

As discussed in the Montly GDE App Hangout of 20150310:
To ease the edit of the impact on activities, build a Google Sheet with the following features:

  1. AutoUpdating sheet with the activities of the last X Month/s (a month, a quarter?)
    • Update data from the backend OnOpen to avoid too many calls to the backend
  2. Data pulled from the API are for that GDE only
    • Should be possible to authenticate calls from GAS to the API with the current user
  3. Automatically push updates/New activities after validation
    • Check if the minimum required values are present before pushing any update
    • Add a "Status" column to show if the row is Synced/Missing Data/Error Sync, etc...
  4. No support to Delete Activity
@SmokyBob
Copy link
Collaborator Author

Some things to consider that I don't have a clear idea how to implement:

  1. Support for activities with multiple activity_metadata:
    • By adding different set of columns for each activity based on the number of activity_metadata?
      • maybe using different background columns to highlight the group
  2. Activity Creation, should we support it from the Spreadsheet or only Edit?
    • The Main problem is that we might end up trying to create a new activity if the user copy and paste the same activity into a different row or delete the id column (that would be in an hidden column... but happens)

Ideas/feedback/volunteers are more than welcome.

@SmokyBob
Copy link
Collaborator Author

Moved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants