Two doc(s) directories, each with softeng directories

Issue #416 closed
Robert Leach created an issue

USE CASE: WHAT DO YOU WANT TO DO?

I wanted to find the document_review_form.txt file.

STEPS TO REPRODUCE AN ISSUE (OR TRIGGER A NEW FEATURE)

  1. Go to bitbucket source page
  2. Look for the softeng directory

CURRENT BEHAVIOR

There are 2 softeng directories and 1 is not current:

TreeView3/docs/softeng

TreeView3/LinkedView/doc/softeng

EXPECTED BEHAVIOR

There should be only 1 doc directory and it should be tracked by git (and ideally Eclipse).

DEVELOPERS ONLY SECTION

SUGGESTED CHANGE (Pseudocode optional)

TreeView3/docs/softengis outdated. Either delete it or replace it by moving the other on top of it.

FILES AFFECTED (where the changes will be implemented) - developers only

TreeView3/docs/*

TreeView3/LinkedView/doc/*

LEVEL OF EFFORT - developers only

trivial

COMMENTS

Comments (4)

  1. Robert Leach reporter

    Given this was a trivial issue, I have resolved & closed the issue. We don't frequently do commits directly to master like this without a pull request, but trivial issues like this one are provided for in the SCMP in section 3.2.6.2.1.1.

    I removed the outdated docs directory and replaced it with a symlink to the current directory inside LinkedView. The purpose was simple convenience - not having to leave eclipse and work with git on the command line to implement changes or access files.

  2. Log in to comment