Maykel Martin

Results 10 issues of Maykel Martin

ObjectApis.UploadObject and ObjectApis.UploadObjectAsync fail for certain types of streams. We are using the following WebApi code (some parts omitted) and it crashes: ```C# MultipartMemoryStreamProvider provider = await Request.Content.ReadAsMultipartAsync(new MultipartMemoryStreamProvider()); foreach...

bug

Why do fields like AddedSqFt and RemovedSqFt are integers while TotalFinishedSqFt, TotalUnifinishedSqFt and friends are text? shouldn't there be consistency?

StatusCurrentMapped in the core permits data set and StatusPreviousMapped in the permit status history data set seem to refer to the same data right? Shouldn't their allowed values be the...

question

Why do all the fields have a number 2 attached in the contractor dataset schema? Does this make sense?

Why does the inspection dataset has two separate fields for date and time for things like InspectedDate, ScheduledDate and so on? This seems redundant a single date field can normally...

Why do some inspection fields start with "Insp" like InspType, InspTypeMapped and other start with "Inspection" like InspectionNotes? I would suggest to go with the complete word to be more...

Should Yes/No fields like Final and ReInspection be redefined to BOOL type instead of TEXT with Yes/No. This is usually more efficient and friendly to Database Systems and Programming Languages.

Why is Fee in the core permits dataset an integer, shouldn't it be numeric to allow for decimal currency values?

The optional contractor and permit status changed datasets are a great addition. However, they both have only one required field or column (i.e. PermitNum). Providing a dataset with only this...

We have been working for a while on a spec along the same lines as permitdata.org at [openpermit.org](http://www.openpermit.org). So far we have focused more on operational data rather than just...

enhancement