Section 11 of 11 · Does not exist yet

Your Account

Today an account saves your hearts and your phone number. That is all it does. Everything else a visitor does here — the reports they ran, the addresses they looked up, the searches they set — is thrown away the moment they close the tab. This section turns the account into the place where all of that lives, so somebody who has spent two weeks researching does not walk back in on day fifteen and start from nothing.

/accountthe door
  1. Everything you have done
  2. Properties you are working
  3. A report, exactly as it was
  4. The homes you kept
  5. What you typed in
  6. You, and how we reach you
1

The moment you are asked to make an account

The one line above your saved homes. It currently states a fact and gives no reason. It should name what is at stake, and be true when it says it.

The line on My Homes

Today: “Your collection is saved on this device only.” True, but it reads as housekeeping. It never says what happens if you do not sign up — that everything goes, every visit.

/my-homes
No signup

The line it should be

“Your homes and your research are held on this device only. Create an account and they stay with you — otherwise you begin again on every visit.” When there is work to lose it says the number: “6 reports and 14 saved homes are on this device only.”

Does not exist yet

The panel that opens

Sub-line under the sign-up form: “Your reports, your searches and your saved homes move with you — on this laptop, on your phone, next month.”

Does not exist yet

This only becomes an honest promise once the recording below is built. Saying ‘keep your research’ while we keep nothing is worse than the flat line we have now — so the wording and the recorder ship together, not separately.

2

Everything you have done

One list, newest first, of every report run, every address looked up, every search set — back to the first day. Nothing cut off at ten.

Your history

Every row: what it was, which address, the day, and the headline number it gave you. Every row opens the real thing it came from.

/account
On that page you can
  • Open the report as it was
  • Run it again on today's numbers
  • Filter by address, by kind, by month
  • Search it by street
  • Send one to the Neuman team
Does not exist yet

The work you did before you signed up

Reports run before an account existed are held against the browser and handed over the moment the account is made. This is what makes the sign-up line true.

Does not exist yet

Right now the site records that a page was VISITED — 7,473 of those — and nothing about what was asked or what came back. So there is no history to show yet. That is the build, not a display problem.

3

Properties you are working

The deals. A property somebody keeps coming back to is not the same as one they glanced at once, and the page should know the difference without anybody having to tag anything.

Your properties

Cards at the top of the account, one per address, each holding every report ever run on it, the notes typed on it, and where it stands.

/account#properties
On that page you can
  • Everything on this address in one stack
  • What it is worth, what it rents for, what it owes at sale
  • Type what happened
  • Mark where it stands
  • Hand it to an agent
Does not exist yet

How something becomes a property you are working

It promotes itself on any one of three signals: two different tools run on the same address, or the same address looked at on two separate days, or a note typed on it. One idle lookup stays a lookup and lives in the history below.

Does not exist yet

This is the difference between a receipt file and something worth logging in for. Nobody will build folders by hand — so nobody is asked to.

4

A report, exactly as it was

An investor’s notes have to still match the page. Taxes, rates and asking prices all move; a report that quietly re-calculates is a report that contradicts what they wrote down.

The report you ran, held still

Opened from your history, a report shows the numbers it showed on the day, with that date on it — not today’s numbers.

Does not exist yet

Run it again

One button at the top: run it on today’s numbers and put the two side by side, so the change itself becomes the finding.

Does not exist yet

Held-still-by-default is the decision. The alternative — always live — is cheaper to build and quietly destroys the value of an old note.

5

What you typed in

Everything gets typed in: what the seller said, what was offered, what the inspection turned up. Without this the account is a filing cabinet; with it, it is where the deal is actually worked.

Notes on a property

Free text against an address, dated, kept beside the reports rather than in a separate app.

Does not exist yet

Notes on a single report

A line against one number on one report — why you disagreed with it, what you would offer instead.

Does not exist yet

Who can see it

Private by default and labelled as private on the page. A note never travels into a PDF, an emailed packet or anything a seller sees unless it is deliberately handed over.

Does not exist yet

The guard rail matters more than the feature: free text against a real address, on a real estate site, that an agent might read and act on. Private by default, and it never leaves the account by accident.

6

The homes you kept

What My Homes already does — it just moves inside the account instead of standing alone, so there is one place rather than two.

Saved homes

The hearts. Works today, on this device, and follows an account across devices once one exists.

/my-homes

The ones you passed on

Already counted on the page (‘5 you passed on’) and never shown. It should be openable — people change their minds.

Does not exist yet

Searches you set

A search run once and wanted again, kept by name, with what is new since it was last looked at.

Does not exist yet

293 votes are already stored against 8 accounts. This part is real already — it just has no home to live in.

7

You, and how we reach you

The profile that exists today, plus the two things a serious account always has to offer.

Your details

Name, email, phone, what you are looking for and when. Exists today, behind a button in the top-right menu.

Take it with you

Everything done here, out as one file, on request.

Does not exist yet

Close the account

Say plainly what goes and what is kept — then do it.

Does not exist yet

Export and delete are not decoration — this page is about to hold somebody’s financial research on their own home.

Copied over, as asked

Your questions from this section — answered.

Asked in the session, answered in the session — written here so the answers do not vanish with the chat.

You asked: what is the smart way to record everything?

Record it on the server, at the moment the report is generated — not in the browser. Every real report already goes through one of two back ends, so recording is a small wrapper on those endpoints. That is roughly fifteen places to touch instead of sixty pages, and it keeps working when a page gets rebuilt. Four calculators do their sums in the browser and never call anything — those four get one line added each.

Why it is not simply one wrapper

The site looks like one thing and is two. The accounts live in one service; the reports — dossier, appraisal, deal finder, negotiate, what you owe at sale — are generated by a different one. They already talk: the reports service can already tell who is signed in, and does, today. The recorder rides that same path, so nothing new has to be invented.

What gets stored

For each thing done: who, which browser, what kind, which address, what was asked, what came back, and when. A real dossier measured 9 KB, so a heavy user at forty reports is under half a megabyte. Anything unusually large is compressed rather than trimmed — nothing gets truncated.

What happens to work done before signing up

It is held against the browser and handed to the account the moment one is made, then cleared after thirty days if no account ever appears. This is the only reason the new sign-up line is honest.

Gemini worked this one with me

Three of its calls were better than mine and were taken: record on the server rather than in the browser, hold reports still rather than re-running them, and build the property folders automatically rather than asking anyone to file anything. Its plan to put the recorder in one service was wrong — it did not know there are two — and that was corrected against the running code. The full back-and-forth is kept.

Read this before you sign it off

What is wrong with this section right now.

Written down rather than discovered later.

Nothing is recorded today, so there is nothing to show yet

The site logs 7,473 page visits and zero results. Until the recorder is built an account hub would be an empty page. The recorder comes first — and the new sign-up wording goes live with it, not before, or it promises something that is not kept.

Four tools do their sums in the browser and are invisible to the server

Cost segregation, the lowball calculator, the mortgage page and the commercial analysis page never ask the server anything. They each need one line added or their answers never reach your history. Easy to forget, and it looks like a bug when it happens.

A shared computer hands one person’s research to whoever signs up first

Work done before sign-up is held against the browser, not the person. On a family laptop the first person to make an account inherits the other’s reports. Asking ‘is this yours?’ at sign-up would stop it and would also cost sign-ups. The recommendation is to accept it and say nothing — but it is worth deciding on purpose rather than discovering later.

Old reports go stale, and the stale ones are the ones people quote

A saved report from March is not wrong — it is March. It carries its date and a button to re-run it. But somebody will screenshot an old number and send it to a seller, so the date has to sit on the report itself, not only on the row in the list.

‘Super easy’ and ‘super thorough’ pull against each other

Forty rows of history is thorough and unreadable. The answer here is that the page lifts the handful of addresses actually being worked to the top and leaves the rest in the full list underneath — complete, never cut off, just not first. If that split is wrong, this is the place to say so.

Notes are the most useful part and the only part with real exposure

Free text attached to a real address, which an agent may read and act on. Private by default, labelled private, and never carried into anything a seller or a buyer receives.

Your notes save themselvesNo notes yetType in any box — it saves a second after you stop. Asked for a passphrase once, then never again.

That is every section drawn so far

Write your notes above, then press the button — it takes you straight to the next section you have not been through yet.