Internship Project: Improve Form Creation Experience in ODK-X Application Designer

Welcome prospective Google Summer of Code participants! Check out our DIAL Sub-Org page and our main thread. Please discuss your ideas for the Improve Form Creation Experience in ODK-X Application Designer project here or in the project slack channel.

Introduction
ODK-X Application Designer is a Node.js program that provides an environment for creating and testing XLSX forms for ODK-X Survey. It is composed of components written in JavaScript. It has a command line interface with a Grunt frontend and a graphical interface with a browser frontend. At the core of ODK-X Application Designer is the XLSX Converter, which takes an XLSX form and compiles it to a set of files that are machine readable.

ODK-X Application Designer is a key tool for compiling and testing forms but it lacks features that help form designers create maintainable forms. In this project we’d like to add features to improve the form designer’s productivity. This tool will parse the machine readable form representation (formDef.json) and write changes to the XLSX form. Think of the tools like a formatter for XLSX forms. Examples of features for this tool include:

  • Color code if clauses
  • Color code begin screen clauses
  • Remove unused choices
  • Copy choice and model sheets across forms

Github: Application Designer Project and Issue Queue
Skills: JavaScript, Node.js
Difficulty: Medium to Hard
Mentors: @linl33, @W_Brunette, @Vyankatesh, @dexter21

3 Likes