Syspeople / CodeNow

Empower your ServiceNow Development with no instance configuration.
MIT License
8 stars 7 forks source link

support git #123

Open ambsoerensen opened 5 years ago

ambsoerensen commented 5 years ago

Add the ability to restore local cache from when workspaces are moved between devices.

eg. new clones from git.

Idea. By maintaining a file in the workspace it should be pretty simple to recache any record from the instance. Create a folder named .snsb when a workspace gets connected. whenever a record is added or removed add the tablename and sys id to a file in above folder.

use content to rebuild local cache if required.

{
   "Key":[
       {
            "tableName": "tableName",
            "sys_id":"sys_id"
       }
    ]
}