tenants icon indicating copy to clipboard operation
tenants copied to clipboard

JustFix.nyc is a tool to document, organize, and take action in getting repairs made on your apartment.

Results 51 tenants issues
Sort by recently updated
recently updated
newest added

Bumps [lodash](https://github.com/lodash/lodash) from 2.4.2 to 4.17.19. Release notes Sourced from lodash's releases. 4.17.16 4.0.0 lodash v4.0.0 2015 was big year! Lodash became the most depended on npm package, passed 1...

dependencies

Bumps [morgan](https://github.com/expressjs/morgan) from 1.4.1 to 1.9.1. Release notes Sourced from morgan's releases. 1.9.1 Fix using special characters in format deps: depd@~1.1.2 perf: remove argument reassignment 1.9.0 Use res.headersSent when available...

dependencies

Bumps [mongoose](https://github.com/Automattic/mongoose) from 4.6.8 to 5.7.7. Changelog *Sourced from [mongoose's changelog](https://github.com/Automattic/mongoose/blob/master/History.md).* > 5.7.7 / 2019-10-24 > ================== > * fix(populate): make populate virtual consistently an empty array if local field...

dependencies

Because [reasons](https://github.com/JustFixNYC/tenants/pull/201/#issuecomment-422439564) I merged #201 but we still need to implement the [spanish translation](https://docs.google.com/document/d/18hu4ZfR-ujgqszTC90RLnOqF07D2xPZh3lgSJHbLeL4/edit).

The optional details (start date & description) aren't being added to the letter of complaint! See example: [Letter of complaint.pdf](https://github.com/JustFixNYC/tenants/files/1115616/Letter.of.complaint.pdf)

![image](https://user-images.githubusercontent.com/627751/27503634-c9e6234a-584b-11e7-8446-cbb537b119b9.png) https://rollbar.com/justfix-beta/justfix-beta/items/263/occurrences/26281707089/

1. Review the [prototype](https://marvelapp.com/2dded4b/screen/26356014) 2. Check out the letter of complaint feature - it's a very similar UI with a modal that has "states" - View is at `public/modules/actions/partials/modals/complaint-letter.client.view.html` -...

The advocate code system allows a tenant user to be associated with an advocate user. When the tenant signs up, they'll be asked to enter the provided Advocate Code (see...

- Add node library to package.json - Scaffold service for using the API

1. Create a route for a POST request to `/api/advocates/referrals/sms` in `app/routes/advocates.server.routes.js` 2. Create a scaffold for the controller in `app/controllers/advocates/advocates.referrals.server.controller.js` 3. Link the controller to the route. Use other...