Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Homely/Homely.Hackdays.DesignChanges

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

This is a simple test of how a tool like Figma could improve the workflow that starts with design changes on existing screens and ends with the changes implemented on the multiple front end clients.

The first commit on this repo contains the JSON representation of a Figma file containing one app screen. The file was generated with the following command:

# https://www.figma.com/developers/docs#files-endpoint
curl -X GET -H 'X-FIGMA-TOKEN: <personal access token>' 'https://api.figma.com/v1/files/:file_key' \
| python -m json.tool \
> {file_key}.json

The second commit contain changes to the file and via the diff and the screenshots it's easy to understand what has been changed.

The screenshots can be found at the top of the diff:

-    "lastModified": "2018-05-01T07:35:40.894Z",
-    "thumbnailUrl": "https://s3-alpha.figma.com/img/02b8/f956/418ca178b6043c1ad69768dc53e07524",
+    "lastModified": "2018-05-01T07:42:47.844Z",
+    "thumbnailUrl": "https://s3-alpha.figma.com/img/fb2d/cea9/30af5e7b3196d28eb44ee3f58d689008",
Version 1 Version 2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages