名前を変更したファイルを取得したら、それらをプロジェクトの wiki ページに追加する必要があります。これはかなり反復的な手作業なので、スクリプトを作成することはできると思いますが、どこから始めればよいかわかりません。
プロセスは次のとおりです。
Got to appropriate page on the wiki
for each team member (DeveloperA, DeveloperB, DeveloperC)
{
for each of two files ('*_current.jpg', '*_lastweek.jpg')
{
Select 'Attach' link on page
Select the 'manage' link next to the file to be updated
Click 'Browse' button
Browse to the relevant file (which has the same name as the previous version)
Click 'Upload file' button
}
}
自分で試してみたいので、必ずしも完全な解決策を探しているわけではありません。
どこから始めますか?これを行うにはどの言語を使用できますか? また、どのくらい難しいでしょうか?