This Week

This week I completed all the major components of the Inspection Sim app. Now you can create a scenario, invite people to a session, conduct a session, see results, and download a CSV file of the results.

There are some bugs and minor features to finish, but there are no showstoppers left.

In addition, I completed the following tasks this week:

  • I started working on a self-hosted IDE but quickly realized that I first need to work on user-created libraries. I have completed maybe 80% of that work. I expect to finish this work next week.
  • I added a way to export tables as CSV files to download. To do this I created a new site entry-point to serve up the data from any dataset in any format (subject to ACLs). Right now it only works for table datasets, but it will eventually work for all kinds of data.
  • I added a way to specify a URL on a command button instead of just a command.

Next Week

Next week I plan on completing the Inspection Sim app and sending it over to Dave for feedback. I also expect to complete the user-created library work.