BenningtonCS / GFS

Implementation of Google File System
54 stars 18 forks source link

ReadMe files for PackRat. #139

Open SisterMystery opened 10 years ago

SisterMystery commented 10 years ago

So. You should be able to get info about a given file by asking

edaniszewski commented 10 years ago

This should be fairly simple to do. Can just add another dimension to the file object associated with that file which would contain the readme info, then make quick master/api functions to allow it to be read.

There also the question of how we put in the readme info.. Does it get added with the create message? Does it need to be added after the file is created? etc..

acencini commented 10 years ago

make sure @rohailaltaf is in the loop on this as it has UI implications

@Kgespada

acencini commented 10 years ago

144 is related